RE: [NeoStats-Devel] [Commits] r2711 - in trunk: . lib/event modules/quoteserv src tools
"M" <[email protected]> Sat, 13 Aug 2005 13:47:34 +0100
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: [email protected] [mailto:[email protected]] > Author: Fish > Modified: trunk/src/services.c > ============================================================== > ================ > --- trunk/src/services.c (original) > +++ trunk/src/services.c Sat Aug 13 17:29:26 2005 > @@ -200,7 +200,7 @@ > */ > void FiniServices( void ) > { > - del_services_set_list (ns_debugsettings); > + free(GET_CUR_MODULE()->event_list); Why has del_services_set_list (ns_debugsettings); been removed? Removing it will result in memory left allocated for the hash associated with these SET options. Mark.