summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/userpref.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/userpref.c b/common/userpref.c
index 0d32f9e..c76fca5 100644
--- a/common/userpref.c
+++ b/common/userpref.c
@@ -1128,6 +1128,13 @@ userpref_error_t userpref_device_record_get_certs_as_pem(const char *udid, key_d
1128 } 1128 }
1129 } 1129 }
1130 1130
1131 if (root_cert)
1132 plist_free(root_cert);
1133 if (host_cert)
1134 plist_free(host_cert);
1135 if (dev_cert)
1136 plist_free(dev_cert);
1137
1131 return USERPREF_E_SUCCESS; 1138 return USERPREF_E_SUCCESS;
1132 } else { 1139 } else {
1133 if (pem_root_cert->data) { 1140 if (pem_root_cert->data) {