Let Discord clean its own stuff up

This commit is contained in:
Inori 2019-09-15 07:47:45 -04:00 committed by Inori
parent 86fd44888f
commit b8d79cec76

View file

@ -52,7 +52,7 @@ struct DiscordStatePrivate
~DiscordStatePrivate()
{
if (core) core->destroy(core);
//if (core) core->destroy(core);
}
};