6b063b8 Bug 689537 - (cov#10610) Fix Coverity NULL pointer dereferences

1 file Authored by nkinder 13 years ago, Committed by rmeggins 13 years ago,
    Bug 689537 - (cov#10610) Fix Coverity NULL pointer dereferences
    
    The changelog import code releases the replica object when it is
    NULL, causing a NULL pointer dereference.  We should not be calling
    the release function if replica_obj is NULL.