fixed memory allocation problem in openac

This commit is contained in:
Andreas Steffen
2008-03-21 15:58:48 +00:00
parent 104c96a63c
commit 93da2684b6
2 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -596,10 +596,10 @@ int main(int argc, char **argv)
end:
/* delete all dynamically allocated objects */
DESTROY_IF(attr_cert);
DESTROY_IF(signer_key);
DESTROY_IF(signer_cert);
DESTROY_IF(user_cert);
DESTROY_IF(attr_cert);
free(attr_chunk.ptr);
free(serial.ptr);
closelog();