Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Jun 5, 2022
1 parent 08a386b commit 1d5bf03
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Print.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1d5bf03

Please sign in to comment.