diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index e90fc6675d..5adf4247f1 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -1450,6 +1450,7 @@ void RageDisplay_D3D::UpdateTexture( Texture->h, // Height, NULL, // pPoint, Texture->format->BytesPerPixel ); //BytesPerPixel + delete Texture; #else int texpixfmt; for(texpixfmt = 0; texpixfmt < NUM_PixelFormat; ++texpixfmt)