Safe delete Groups

This commit is contained in:
Crash Cringle
2025-03-03 23:25:32 -08:00
committed by teejusb
parent c06059b274
commit 520173ef5d
3 changed files with 31 additions and 17 deletions
+4
View File
@@ -29,6 +29,10 @@ Group::Group() {
m_sAuthorsNotes = "";
}
Group::~Group() {
SONGMAN->GetGroupGroupMap().clear();
m_sCredits.clear();
}
Group::Group(const RString &sPath) {
RString sGroupIniPath = sPath + "/Group.ini";
RString credits = "";