SF Bug Tracker id 3498439 - Memory leak in removeServiceTable

Submitted: Fabrice Fontaine ( ffontaine ) - 2012-03-07 02:35:46 PST

UDN is not freed.
(cherry picked from commit 0469388b73f133e839ebe9689b433a84c638b68e)
This commit is contained in:
Fabrice Fontaine 2012-03-07 12:41:21 +01:00 committed by Marcelo Roberto Jimenez
parent a35724f7f8
commit 81f10bcffb
2 changed files with 10 additions and 0 deletions

View File

@ -299,6 +299,14 @@ Version 1.8.0
Version 1.6.16
*******************************************************************************
2012-03-07 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
SF Bug Tracker id 3498439 - Memory leak in removeServiceTable
Submitted: Fabrice Fontaine ( ffontaine ) - 2012-03-07 02:35:46 PST
UDN is not freed.
2012-03-07 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
SF Bug Tracker id 3498436 - Memory leak in Parser_processAttributeName

View File

@ -954,6 +954,8 @@ removeServiceTable( IXML_Node * node,
freeService( current_service );
current_service = start_search;
}
ixmlFreeDOMString( UDN );
UDN = NULL;
}
}