diff --git a/src/r_utility.cpp b/src/r_utility.cpp index 858cbbba7..f23202a6b 100644 --- a/src/r_utility.cpp +++ b/src/r_utility.cpp @@ -1032,6 +1032,7 @@ void FCanvasTextureInfo::EmptyList () for (probe = List; probe != NULL; probe = next) { next = probe->Next; + probe->Texture->Unload(); delete probe; } List = NULL;