Buflib: Fix handles being possibly moved twice
Author: Boris Gjenero Fixes: FS#12441, FS#12464 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31359 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b98d03f4c3
commit
6c6c476d57
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ buflib_compact(struct buflib_context *ctx)
|
|||
}
|
||||
else /* hole closed */
|
||||
hole = NULL;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
/* attempt move the allocation by shift */
|
||||
|
|
Loading…
Reference in a new issue