Skip to content

Commit

Permalink
SaveFileThread: delete self when done.
Browse files Browse the repository at this point in the history
Fixes #7.
  • Loading branch information
waddlesplash committed Jul 9, 2014
1 parent 8b3efc8 commit 05f14da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bepdf/beos/PDFWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2139,7 +2139,7 @@ class SaveFileThread : public SaveThread {
}

alert->Go();

delete this;
return 0;
}

Expand Down

0 comments on commit 05f14da

Please sign in to comment.