diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-26 21:10:49 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-26 21:10:49 -0700 |
commit | ff03dd22fe842fc3a24b517f8e9f7a8a54565337 (patch) | |
tree | a3790a11856d3e22d4e872a852d2de8dc2235a3a /launcher/ui/pages/modplatform/ModPage.h | |
parent | aae892dfd1a28411fc14c267c073c71c20696f39 (diff) | |
download | PrismLauncher-ff03dd22fe842fc3a24b517f8e9f7a8a54565337.tar.gz PrismLauncher-ff03dd22fe842fc3a24b517f8e9f7a8a54565337.tar.bz2 PrismLauncher-ff03dd22fe842fc3a24b517f8e9f7a8a54565337.zip |
fix(memory leak): don't override default deconstructor + reset shared_ptr + ensure modal get's cleaned up
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/ModPage.h')
-rw-r--r-- | launcher/ui/pages/modplatform/ModPage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/ui/pages/modplatform/ModPage.h b/launcher/ui/pages/modplatform/ModPage.h index c3b58cd6..4ea55efa 100644 --- a/launcher/ui/pages/modplatform/ModPage.h +++ b/launcher/ui/pages/modplatform/ModPage.h @@ -41,8 +41,6 @@ class ModPage : public ResourcePage { return page; } - ~ModPage() override = default; - //: The plural version of 'mod' [[nodiscard]] inline QString resourcesString() const override { return tr("mods"); } //: The singular version of 'mods' |