pete-gordon / oricutron

Portable Oric-1/Atmos/Telestrat and Pravetz 8D emulator
http://www.petergordon.org.uk/oricutron/
GNU General Public License v2.0
69 stars 25 forks source link

Memory leak in main.c SDL_LoadBMP call missing SDL_FreeSurface #174

Closed 0ric1 closed 3 years ago

0ric1 commented 3 years ago
#ifndef __APPLE__
  SDL_COMPAT_WM_SetIcon( SDL_LoadBMP( IMAGEPREFIX"winicon.bmp" ), NULL );
#endif

SDL_LoadBMP call - The new surface should be freed with SDL_FreeSurface().