Skip to content

Commit

Permalink
Let the PkgModule singleton leak
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Oct 29, 2024
1 parent e0d54e7 commit 50388ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/PkgModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ void PkgModule::destroy()
{
unregisterZyppLogger();

y2debug("Deleting PkgModule object...");
y2milestone("NOT deleting PkgModule object...");
#if 0
delete current_pkg;
current_pkg = NULL;
#endif
}
}

Expand Down

0 comments on commit 50388ab

Please sign in to comment.