diff --git a/src/Print.cpp b/src/Print.cpp index afb8b234ef5e..daedfb1d557d 100755 --- a/src/Print.cpp +++ b/src/Print.cpp @@ -1214,11 +1214,6 @@ bool PrintFile(EngineBase* engine, WCHAR* printerName, bool displayErrors, const } } - // TODO: I saw a crash in crash report where we crash inside ~Printer - // in str::Free(name) - // I can't see why this could happen but maybe it's just a random memory corruption - // if it's memory corruption then we'll crash anyway - // delete printer; return ok; }