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:
parent
268abf72fb
commit
0469388b73
@ -2,6 +2,14 @@
|
|||||||
Version 1.6.16
|
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>
|
2012-03-07 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
||||||
|
|
||||||
SF Bug Tracker id 3498436 - Memory leak in Parser_processAttributeName
|
SF Bug Tracker id 3498436 - Memory leak in Parser_processAttributeName
|
||||||
|
@ -954,6 +954,8 @@ removeServiceTable( IXML_Node * node,
|
|||||||
freeService( current_service );
|
freeService( current_service );
|
||||||
current_service = start_search;
|
current_service = start_search;
|
||||||
}
|
}
|
||||||
|
ixmlFreeDOMString( UDN );
|
||||||
|
UDN = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user