opt: free test_ctx.string at the end.
Makes valgrind happy.
This commit is contained in:
parent
42b774ab6f
commit
61c266d72f
@ -962,6 +962,7 @@ int main(void)
|
|||||||
av_log(&test_ctx, AV_LOG_ERROR, "Error setting options string: '%s'\n", options[i]);
|
av_log(&test_ctx, AV_LOG_ERROR, "Error setting options string: '%s'\n", options[i]);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
av_freep(&test_ctx.string);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user