Skip to content

Commit

Permalink
Remove extra call to cleanup() function in run_backend().
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Jul 28, 2011
1 parent 82d4f5e commit 13deede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/programs/mythbackend/main_helpers.cpp
Expand Up @@ -628,7 +628,5 @@ int run_backend(MythBackendCommandLineParser &cmdline)
delete sysEventHandler;
delete mainServer;

cleanup();

return exitCode;
}

0 comments on commit 13deede

Please sign in to comment.