Skip to content

Commit

Permalink
[client] Fix a crash bug caused by loading certs.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Dec 10, 2015
1 parent 7b9f8ed commit 6395fc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions daemon/http-tx-mgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,6 @@ load_certs (sqlite3_stmt *stmt, void *vdata)
g_free (pem);
if (b)
BIO_free (b);
if (saved)
X509_free (saved);

return ret;
}
Expand Down

0 comments on commit 6395fc1

Please sign in to comment.