[Xfce4-commits] [apps/xfce4-notifyd] 02/03: Fix crash because of double-free (Bug #14060)
noreply at xfce.org
noreply at xfce.org
Fri Feb 16 23:16:05 CET 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-notifyd.
commit 112bd7f0b4859c043df6e0c6cfa3052e807210f6
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Feb 16 22:50:02 2018 +0100
Fix crash because of double-free (Bug #14060)
---
xfce4-notifyd/xfce-notify-daemon.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/xfce4-notifyd/xfce-notify-daemon.c b/xfce4-notifyd/xfce-notify-daemon.c
index db65f87..2d845b1 100644
--- a/xfce4-notifyd/xfce-notify-daemon.c
+++ b/xfce4-notifyd/xfce-notify-daemon.c
@@ -1092,7 +1092,6 @@ notify_update_known_applications (XfconfChannel *channel, gchar *new_app_name)
}
}
xfconf_array_free (known_applications);
- g_free(val);
}
static gboolean
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list