Fix a bunch of memory leaks on startup->shutdown

This commit is contained in:
GriffinR
2024-09-11 13:09:03 -04:00
parent bb33d48ea1
commit a0ebae00c6
9 changed files with 37 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ class UpdatePromoter : public QDialog
public:
explicit UpdatePromoter(QWidget *parent, NetworkAccessManager *manager);
~UpdatePromoter() {};
~UpdatePromoter();
void checkForUpdates();
void updatePreferences();