mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
53bbb268a9
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
18 lines
432 B
Diff
18 lines
432 B
Diff
--- src/main.c.orig 2017-05-21 08:52:45.000000000 +0200
|
|
+++ src/main.c 2017-11-24 15:39:26.653090218 +0100
|
|
@@ -349,8 +349,15 @@
|
|
g_free (cal);
|
|
g_free (appGUI);
|
|
g_free(cmd_cfg_path);
|
|
+
|
|
+#ifdef CONTACTS_ENABLED
|
|
g_free(cmd_mutt_query);
|
|
+#endif /* CONTACTS_ENABLED */
|
|
+
|
|
+#ifdef HAVE_LIBWEBKIT
|
|
g_free(cmd_stylesheet_file);
|
|
+#endif /* HAVE_LIBWEBKIT */
|
|
+
|
|
#ifndef WIN32
|
|
g_free (s_lock);
|
|
#endif /* WIN32 */
|