mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
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]);
|
||||
printf("\n");
|
||||
}
|
||||
av_freep(&test_ctx.string);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user