SF Bug Tracker id 3498439 - Memory leak in removeServiceTable

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

UDN is not freed.
This commit is contained in:
Fabrice Fontaine
2012-03-07 12:41:21 +01:00
parent 268abf72fb
commit 0469388b73
2 changed files with 10 additions and 0 deletions

View File

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