Skip to content

Commit 1d5bf03

Browse files
committed
remove obsolete comment
1 parent 08a386b commit 1d5bf03

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Print.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -1214,11 +1214,6 @@ bool PrintFile(EngineBase* engine, WCHAR* printerName, bool displayErrors, const
12141214
}
12151215
}
12161216

1217-
// TODO: I saw a crash in crash report where we crash inside ~Printer
1218-
// in str::Free(name)
1219-
// I can't see why this could happen but maybe it's just a random memory corruption
1220-
// if it's memory corruption then we'll crash anyway
1221-
// delete printer;
12221217
return ok;
12231218
}
12241219

0 commit comments

Comments
 (0)