[Xfce4-commits] <xfce4-smartbookmark-plugin:master> Make sure childs are reaped, instead of leaving zombies behind (bug #9791)
Landry Breuil
noreply at xfce.org
Thu Jan 24 10:20:01 CET 2013
Updating branch refs/heads/master
to a56503f4aba4525c5951d14bb1b4251e8df06f57 (commit)
from 700a8552263982b6358cca808d9236805dbd01e4 (commit)
commit a56503f4aba4525c5951d14bb1b4251e8df06f57
Author: Landry Breuil <landry at xfce.org>
Date: Thu Jan 24 10:17:58 2013 +0100
Make sure childs are reaped, instead of leaving zombies behind (bug #9791)
src/smartbookmark.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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);
More information about the Xfce4-commits
mailing list