mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Bump version number to 1.1.0
Sat Sep 24 14:41:23 2005 Soeren Sandmann <sandmann@redhat.com> * configure.ac: Bump version number to 1.1.0 * signal-handler.c: Many, mostly cosmetic, cleanups * sysprof-text.c: uninstall signal handlers when exiting
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
e2fb3b2985
commit
665d680c46
@ -178,5 +178,8 @@ main (int argc,
|
||||
fd_set_read_callback (app->fd, on_read);
|
||||
g_main_loop_run (app->main_loop);
|
||||
|
||||
signal_unset_handler (SIGTERM);
|
||||
signal_unset_handler (SIGINT);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user