]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_codesigning/CodeSigningHelper/main.c
Security-55471.14.8.tar.gz
[apple/security.git] / libsecurity_codesigning / CodeSigningHelper / main.c
index 37dd25b0f38334b7f22922651c2ecff89759dee8..5069efa37332b061de83e8686fe6c0ea86b64a2c 100644 (file)
@@ -149,7 +149,8 @@ fetchData(xpc_connection_t peer, xpc_object_t event)
 send:
        if (bundle)
                CFRelease(bundle);
-        xpc_connection_send_message(peer, reply);
+       xpc_connection_send_message(peer, reply);
+       xpc_release(reply);
 }