forgot something

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4506 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-11-07 18:54:37 +00:00
parent 2d0f714546
commit ebaad032eb

View File

@ -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);