We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d9aef commit 8b610faCopy full SHA for 8b610fa
1 file changed
src/cloudsync.c
@@ -1490,7 +1490,7 @@ void *cloudsync_context_create (void) {
1490
}
1491
1492
void cloudsync_context_free (void *ptr) {
1493
- DEBUG_SETTINGS("cloudsync_context_free %p", data);
+ DEBUG_SETTINGS("cloudsync_context_free %p", ptr);
1494
if (!ptr) return;
1495
1496
cloudsync_context *data = (cloudsync_context*)ptr;
0 commit comments