summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mobilesync.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c
index 7f20e16..ee9af5f 100644
--- a/src/mobilesync.c
+++ b/src/mobilesync.c
@@ -709,6 +709,10 @@ mobilesync_error_t mobilesync_ready_to_send_changes_from_computer(mobilesync_cli
709 err = MOBILESYNC_E_SUCCESS; 709 err = MOBILESYNC_E_SUCCESS;
710 710
711 out: 711 out:
712 if (response_type) {
713 free(response_type);
714 response_type = NULL;
715 }
712 if (msg) { 716 if (msg) {
713 plist_free(msg); 717 plist_free(msg);
714 msg = NULL; 718 msg = NULL;