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:
ec89d43
)
- memory leak fixed
author
Jan Hutter
<jhutter@hsr.ch>
Tue, 22 Nov 2005 12:36:27 +0000
(12:36 -0000)
committer
Jan Hutter
<jhutter@hsr.ch>
Tue, 22 Nov 2005 12:36:27 +0000
(12:36 -0000)
Source/charon/message.c
patch
|
blob
|
history
diff --git
a/Source/charon/message.c
b/Source/charon/message.c
index
a97d182
..
243a4e6
100644
(file)
--- a/
Source/charon/message.c
+++ b/
Source/charon/message.c
@@
-575,6
+575,7
@@
static status_t parse_header(private_message_t *this)
if (status != SUCCESS)
{
this->logger->log(this->logger, ERROR, "Header verification failed");
+ ike_header->destroy(ike_header);
return status;
}