# HG changeset patch # User SubJunk # Date 1358797794 0 # Node ID d0004e3bcbbc673019f45b7e5f2f451fff3dfd91 # Parent 8517826b0dbd374aedf787899e5e863b136a648c Formatting diff -r 8517826b0dbd -r d0004e3bcbbc libass/ass.c --- a/libass/ass.c Mon Jan 21 19:44:53 2013 +0000 +++ b/libass/ass.c Mon Jan 21 19:49:54 2013 +0000 @@ -989,8 +989,8 @@ } else { ass_msg(library, MSGL_WARN, "Error recoding file"); free(outbuf); - outbuf = NULL; - goto out; + outbuf = NULL; + goto out; } } else if (clear) break;