Skip to content

Commit 8b610fa

Browse files
committed
chore: minor fix for debug message
1 parent 28d9aef commit 8b610fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudsync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ void *cloudsync_context_create (void) {
14901490
}
14911491

14921492
void cloudsync_context_free (void *ptr) {
1493-
DEBUG_SETTINGS("cloudsync_context_free %p", data);
1493+
DEBUG_SETTINGS("cloudsync_context_free %p", ptr);
14941494
if (!ptr) return;
14951495

14961496
cloudsync_context *data = (cloudsync_context*)ptr;

0 commit comments

Comments
 (0)