diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-03-13 00:45:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-03-13 00:45:13 +0100 |
commit | 8f5bf736a9d3f8084c644dbf6ceefc4142715c4e (patch) | |
tree | cc912d82821c91b48f248a0dc6fe69d31e400861 /src/multiwindow.c | |
parent | cbab594f051b5c21a76d0ad389a25d6449e0b839 (diff) |
Experimental code to limit imagemagick convert runtime (see #82)
Problems so far:
* leaks zombie processes
* does not work when terminating feh with a signal (since the convert process
is no longer in feh's process group)
Diffstat (limited to 'src/multiwindow.c')
-rw-r--r-- | src/multiwindow.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/multiwindow.c b/src/multiwindow.c index 1bd8a8a..9797fb0 100644 --- a/src/multiwindow.c +++ b/src/multiwindow.c @@ -65,7 +65,5 @@ void init_multiwindow_mode(void) free(s); } - setup_signal_handlers(); - return; } |