D23404: Revamp solver memory management
Wolfgang Bauer <[email protected]>
| Newsgroups | gmane.comp.kde.devel.games |
|---|---|
| Message-ID | <[email protected]> |
wbauer added inline comments.
INLINE COMMENTS
> abstract_fc_solve_solver.cpp:58
> init();
> + auto cleanup = qScopeGuard([this](){
> + free();
This requires Qt 5.12, the minimum version is 5.9 though.
REPOSITORY
R410 KPatience
REVISION DETAIL
https://phabricator.kde.org/D23404
To: fabiank, #kde_games, aacid, shlomif
Cc: wbauer, kde-games-devel