[Openvas-commits] r5793 - in trunk/openvas-client: . openvas

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 4 13:20:50 CET 2009


Author: felix
Date: 2009-11-04 13:20:50 +0100 (Wed, 04 Nov 2009)
New Revision: 5793

Modified:
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/openvas/plugin_infos.c
Log:
Made the nbe output of manager and openvas-client more similar.

* src/omp.c (omp_xml_handle_end_element): Do not put pipe symbol at
the end of "result" lines.


Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog	2009-11-04 12:17:23 UTC (rev 5792)
+++ trunk/openvas-client/ChangeLog	2009-11-04 12:20:50 UTC (rev 5793)
@@ -1,5 +1,9 @@
 2009-11-04  Felix Wolfsteller <felix.wolfsteller at intevation.de>
 
+	* openvas/plugin_infos.c (spin_to_timeout): Fixed todo/memleak.
+
+2009-11-04  Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
 	* openvas/prefs_dialog/prefs_report.c [USE_OMP] (row_activated): Fixed
 	NVT cache issues for OMP reports (e.g. name and OID of NVT that
 	reported a selected issue are shown again). Use cache of parent

Modified: trunk/openvas-client/openvas/plugin_infos.c
===================================================================
--- trunk/openvas-client/openvas/plugin_infos.c	2009-11-04 12:17:23 UTC (rev 5792)
+++ trunk/openvas-client/openvas/plugin_infos.c	2009-11-04 12:20:50 UTC (rev 5793)
@@ -168,7 +168,8 @@
       timeout = arg_get_value (serv_prefs, name);
       gtk_spin_button_set_value (spinner, atoi(timeout));
     }
-  /** @todo free name */
+
+  g_free (name);
 }
 
 



More information about the Openvas-commits mailing list