X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fmain.C;h=bba65b7651c30b0a21a78af301b8f279775e6645;hb=c0125dcc1658cafc4758cca0b5d8bf88a98ed948;hp=2f167ac0df30019fc80c63701d11e6cd6ccd3016;hpb=0c9155dd01b6745f908e12c6a202c671a8f09514;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; }