X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fmain.C;h=bba65b7651c30b0a21a78af301b8f279775e6645;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=2f167ac0df30019fc80c63701d11e6cd6ccd3016;hpb=91efd376233a15f6572e6f68d28a5bee69797e87;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/main.C b/cinelerra-5.0/cinelerra/main.C index 2f167ac0..bba65b76 100644 --- a/cinelerra-5.0/cinelerra/main.C +++ b/cinelerra-5.0/cinelerra/main.C @@ -24,7 +24,6 @@ #include "edl.h" #include "file.inc" #include "filexml.h" -#include "fileserver.h" #include "filesystem.h" #include "language.h" #include "langinfo.h" @@ -349,7 +348,6 @@ int main(int argc, char *argv[]) BatchRenderThread *thread = new BatchRenderThread; thread->start_rendering(config_path, batch_path); - delete MWindow::file_server; break; }