summaryrefslogtreecommitdiff
path: root/src/sysync/syncagent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysync/syncagent.cpp')
-rwxr-xr-xsrc/sysync/syncagent.cpp2
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,(