From 989bb267a48015db9fe31f56e240076c2fbd0306 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 23 Oct 2021 02:59:59 +0200 Subject: daemon: fix memory leak --- src/daemon/daemon.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index 37d7006..88927ed 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -1683,10 +1683,10 @@ static gboolean notify_daemon_get_server_information (NotifyDaemonNotifications { notify_daemon_notifications_complete_get_server_information(object, invocation, - g_strdup("Notification Daemon"), - g_strdup("MATE"), - g_strdup(PACKAGE_VERSION), - g_strdup("1.1")); + "Notification Daemon", + "MATE", + PACKAGE_VERSION, + "1.1"); return TRUE; } -- cgit v1.2.1