mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-20 06:21:09 +00:00
Add back in buffer free removed during testing
This commit is contained in:
committed by
Sam Lantinga
parent
380bcff018
commit
2432b6686e
@@ -169,6 +169,7 @@ void SDL_TARGETING("sse4.1") BlitNtoNPixelAlpha_SSE4_1(SDL_BlitInfo* info) {
|
||||
src += srcskip;
|
||||
dst += dstskip;
|
||||
}
|
||||
SDL_free(buffer);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user