Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > bd2c7da219b04273433a33a82335bcc3 > files > 1

xfce4-smartbookmark-plugin-0.4.5-2.mga3.src.rpm

From a56503f4aba4525c5951d14bb1b4251e8df06f57 Mon Sep 17 00:00:00 2001
From: Landry Breuil <landry@xfce.org>
Date: Thu, 24 Jan 2013 09:17:58 +0000
Subject: Make sure childs are reaped, instead of leaving zombies behind (bug #9791)

---
diff --git a/src/smartbookmark.c b/src/smartbookmark.c
index 6f358d3..176bb05 100644
--- a/src/smartbookmark.c
+++ b/src/smartbookmark.c
@@ -84,7 +84,7 @@ static gboolean do_search(const char *url, const char *keyword)
     argv[3] = complete_url;
 
     success = g_spawn_async(NULL, (gchar **)argv, NULL,
-        G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, NULL, &error);
+        G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, &error);
 
     if (!success) {
         xfce_dialog_show_error(NULL, error, _("Failed to send %s to your preferred browser"), complete_url);
--
cgit v0.9.0.3