diff options
Diffstat (limited to 'src/sysync/syncagent.cpp')
-rwxr-xr-x | src/sysync/syncagent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysync/syncagent.cpp b/src/sysync/syncagent.cpp index ac9069e..28fc4ab 100755 --- a/src/sysync/syncagent.cpp +++ b/src/sysync/syncagent.cpp @@ -2613,7 +2613,7 @@ bool TSyncAgent::handleHeaderStatus(TStatusCommand *aStatusCmdP) uInt32 l; uInt8 *nonce = b64::decode(smlPCDataToCharP(chalmetaP->nextnonce), 0, &l); fRemoteNonce.assign((char *)nonce,l); - sysync_free(nonce); + b64::free(nonce); } // - show PDEBUGPRINTFX(DBG_PROTO,( |