Commit 8403c543 authored by Michael Niedermayer's avatar Michael Niedermayer

redundant

Originally committed as revision 13484 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fce88d52
......@@ -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