diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-05-06 13:01:02 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-05-06 08:46:57 -0700 |
commit | 3e1ade5206853bbd95023ae79e62b5c608003352 (patch) | |
tree | e10285d8d3ae3766b9574d6fd0623be526ce1f3e /core/connectionlistmodel.h | |
parent | b95ab84226d831c82c9aa8c43a29acba33d6ff7d (diff) | |
download | subsurface-3e1ade5206853bbd95023ae79e62b5c608003352.tar.gz |
cleanup: free print dialog in planner
When printing the plan, a print-dialog was created with "new",
but not freed later. Strictly speaking, this is not a leak,
because the dialog is attached to the main-window in Qt's
object hierarchy. Thus it is freed on application exit. On
the other hand, it is a leak in the sense that resources are
pointlessly hogged until application exit.
Let's just turn it into a stack-allocated object.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/connectionlistmodel.h')
0 files changed, 0 insertions, 0 deletions