From: kremlin Date: Tue, 5 Aug 2014 02:50:37 +0000 (-0500) Subject: (8) [final] modify main() to call correct clean sequence X-Git-Tag: gsoc-final~46 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=9728ae1fd2b7c7851673a27f698ae2e3c8c03461;hp=9728ae1fd2b7c7851673a27f698ae2e3c8c03461 (8) [final] modify main() to call correct clean sequence main() now sets the signal handlers (via function from previous commit) before establishing the GMainLoop as well as invoke the proper clean()'s after unref'ing the loop. at this point all four interfaces are at the same place structurally. builds all cases. ---