libbluray | branch: master | hpi1 <[email protected]> | Thu Aug 21 12:41:09 2014 +0300| [02bc2251860c3ec6051855ed3e6f4849abab027c] | committer: hpi1
Remove NOP while() > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=02bc2251860c3ec6051855ed3e6f4849abab027c --- src/examples/mpls_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/mpls_dump.c b/src/examples/mpls_dump.c index 5287dbd..ef2f33a 100644 --- a/src/examples/mpls_dump.c +++ b/src/examples/mpls_dump.c @@ -759,7 +759,7 @@ main(int argc, char *argv[]) if (pl != NULL) { pl_list[pl_ii++] = pl; } - } while (ent != NULL); + } free(dirlist); free(path); } else { _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
