diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/userpref.c | 7 |
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 } } + if (root_cert) + plist_free(root_cert); + if (host_cert) + plist_free(host_cert); + if (dev_cert) + plist_free(dev_cert); + return USERPREF_E_SUCCESS; } else { if (pem_root_cert->data) { |