daemon: don't try to clean up the mainloop twice.
authorKrisztian Litkey <kli@iki.fi>
Wed, 4 Sep 2013 18:57:29 +0000 (21:57 +0300)
committerKrisztian Litkey <kli@iki.fi>
Fri, 10 Jan 2014 15:06:58 +0000 (17:06 +0200)
src/daemon/daemon.c

index f90929d..6e7a283 100644 (file)
@@ -251,7 +251,6 @@ int main(int argc, char *argv[], char *env[])
         srs_stop_plugins(srs);
         srs_destroy_plugins(srs);
 
-        cleanup_mainloop(srs);
         cleanup_context(srs);
 
         exit(0);