mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 11:40:32 +00:00
Fix embarassing memory leak. *hides*
This commit is contained in:
parent
81c35236fa
commit
c7179404e0
@ -118,6 +118,7 @@ static bool take_screenshot_viewport(void)
|
||||
return false;
|
||||
}
|
||||
|
||||
free(buffer);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user