diff options
Diffstat (limited to 'src/openac/openac.c')
-rwxr-xr-x | src/openac/openac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openac/openac.c b/src/openac/openac.c index 999447d9a..3d25160d5 100755 --- a/src/openac/openac.c +++ b/src/openac/openac.c @@ -540,7 +540,6 @@ int main(int argc, char **argv) BUILD_SIGNING_CERT, signerCert, BUILD_SIGNING_KEY, signerKey, BUILD_END); - free(serial.ptr); if (!attr_cert) { goto end; |