summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJean-Pierre Bogler <jean-pierre.bogler@continental-corporation.com>2015-03-06 18:23:29 +0100
committerJean-Pierre Bogler <jean-pierre.bogler@continental-corporation.com>2015-03-06 18:23:29 +0100
commit401cca51de36c668cd81cb44161e52fb7db50266 (patch)
tree61b3e2b98b47b3f6b7959cc5d897b9a531ac103c /NEWS
parente8ec4787395986599cc2c816ac2bbe56d3c85764 (diff)
downloadnode-health-monitor-401cca51de36c668cd81cb44161e52fb7db50266.tar.gz
Fixed leaks from "g_variant_get_child_value" calls1.3.4
Fixed memory leaks. The children returned by "g_variant_get_child_value" were not freed. Instead of "g_variant_get_child_value", "g_variant_get_child" now is used at most places in nhm_systemd.c Change-Id: Ic2a0c06ca743b7c7b26c958ed90d56d30a90c839
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46b6119..99221fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.3.4
+=====
+* Bugfix for memory leak in systemd observation
+
1.3.3
=====
* Two bugfixes for start up and error cases