Add back in buffer free removed during testing

This commit is contained in:
Isaac Aronson
2023-09-08 07:15:18 -05:00
committed by Sam Lantinga
parent 380bcff018
commit 2432b6686e

View File

@@ -169,6 +169,7 @@ void SDL_TARGETING("sse4.1") BlitNtoNPixelAlpha_SSE4_1(SDL_BlitInfo* info) {
src += srcskip;
dst += dstskip;
}
SDL_free(buffer);
}
#endif