StoreGate: Fix SGImplSvc::clearProxyPayload deadlock.
In SGImplSvc::clearProxyPayload(), when we retrieve pointers from the proxy in order to clear the transient map, test with isValidObject first to avoid possibily triggering I/O. It's useless to begin with, and could lead to a deadlock (see ATR-24482).