Commit 30845e84 authored by michael's avatar michael

redundant


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0b7bd67c
......@@ -289,7 +289,8 @@ static void delete_region_display_list(DVBSubContext *ctx, DVBSubRegion *region)
obj2 = ctx->object_list;
obj2_ptr = &ctx->object_list;
while (obj2 && obj2 != object) {
while (obj2 != object) {
assert(obj2);
obj2_ptr = &obj2->next;
obj2 = obj2->next;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment