mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-02 09:42:37 +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…
x
Reference in New Issue
Block a user