mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
forgot something
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4506 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2d0f714546
commit
ebaad032eb
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ bail:
|
||||||
// Argh! ERROR! Free what we grabbed so far so we can try again.
|
// Argh! ERROR! Free what we grabbed so far so we can try again.
|
||||||
for (int j = 0; j <= i; j++)
|
for (int j = 0; j <= i; j++)
|
||||||
{
|
{
|
||||||
|
SKIP(flags, views[i].flags);
|
||||||
if (views[j].out_ptr_low && *views[j].out_ptr_low)
|
if (views[j].out_ptr_low && *views[j].out_ptr_low)
|
||||||
{
|
{
|
||||||
arena->ReleaseView(*views[j].out_ptr_low, views[j].size);
|
arena->ReleaseView(*views[j].out_ptr_low, views[j].size);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue