diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 8ddd0f0bf..9b3a776d4 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -349,6 +349,7 @@ impHandler0(clear) impHandler0(cleanGraphics) { ResourceManager *const resman = ResourceManager::getInstance(); + resman->cleanProtected(); while (resman->cleanOrphans(true)); if (debugChatTab) |