strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9e395
)
fixing another memory leak
author
Tobias Brunner
<tobias@strongswan.org>
Mon, 7 Apr 2008 09:36:52 +0000
(09:36 -0000)
committer
Tobias Brunner
<tobias@strongswan.org>
Mon, 7 Apr 2008 09:36:52 +0000
(09:36 -0000)
src/charon/sa/mediation_manager.c
patch
|
blob
|
history
diff --git
a/src/charon/sa/mediation_manager.c
b/src/charon/sa/mediation_manager.c
index
eac62a8
..
3bc6ede
100644
(file)
--- a/
src/charon/sa/mediation_manager.c
+++ b/
src/charon/sa/mediation_manager.c
@@
-241,6
+241,7
@@
static void update_sa_id(private_mediation_manager_t *this, identification_t *pe
{
job_t *job = (job_t*)mediation_callback_job_create(requester, peer_id);
charon->processor->queue_job(charon->processor, job);
+ requester->destroy(requester);
}
pthread_mutex_unlock(&(this->mutex));