fix crash when opening loadorjoin a second time

This commit is contained in:
2026-08-01 22:56:12 +03:00
parent 01abe05b18
commit b87d044cf0
2 changed files with 2 additions and 8 deletions
@@ -131,6 +131,6 @@ public:
~FriendSessionInfo()
{
if(displayLabel!=NULL)
delete displayLabel;
delete[] displayLabel;
}
};