mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
2009-09-16 Ramon Novoa <rnovoa@artica.es>
* pandora_windows_service.cc: Fixed a memory leak. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1951 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
85c205c9dc
commit
cd865b24ff
@ -1,3 +1,7 @@
|
||||
2009-09-16 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_windows_service.cc: Fixed a memory leak.
|
||||
|
||||
2009-09-11 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* modules/pandora_module_inventory.h,
|
||||
|
@ -744,6 +744,7 @@ Pandora_Windows_Service::sendXml (Pandora_Module_List *modules) {
|
||||
doc->InsertEndChild (*agent);
|
||||
saved = doc->SaveFile();
|
||||
delete doc;
|
||||
delete decl;
|
||||
delete agent;
|
||||
|
||||
if (!saved) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user