Skip to content

Commit 2ecdc70

Browse files
jdcaballerovmgautierfr
authored andcommitted
Remove delete this from ZimCreatorWrapper.finalize()
1 parent a23303e commit 2ecdc70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libzim/lib.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ void ZimCreatorWrapper::addArticle(std::shared_ptr<ZimArticleWrapper> article)
228228
void ZimCreatorWrapper::finalize()
229229
{
230230
_creator->finishZimCreation();
231-
delete this;
232231
}
233232

234233
void ZimCreatorWrapper::setMainUrl(std::string newUrl)

0 commit comments

Comments
 (0)