diff options
-rw-r--r-- | client/gdaemonfile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/gdaemonfile.c b/client/gdaemonfile.c index 8e50c499..6de410b3 100644 --- a/client/gdaemonfile.c +++ b/client/gdaemonfile.c @@ -2995,6 +2995,8 @@ retry: g_main_context_unref (data.context); g_main_loop_unref (data.loop); } + g_free (path1); + g_free (path2); if (! res) { |