mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-31 03:49:35 -05:00
neater.
git-svn-id: file:///svn/unbound/trunk@1232 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e8e30550df
commit
f918da13d2
1 changed files with 3 additions and 1 deletions
|
|
@ -147,7 +147,9 @@ void daemon_remote_delete(struct daemon_remote* rc)
|
|||
free(p);
|
||||
p = np;
|
||||
}
|
||||
SSL_CTX_free(rc->ctx);
|
||||
if(rc->ctx) {
|
||||
SSL_CTX_free(rc->ctx);
|
||||
}
|
||||
free(rc);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue