You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
sws/tests/pixdesc_query: fix use of free() instead of av_free()
Fix CID 1415949
This commit is contained in:
@@ -83,7 +83,7 @@ int main(void)
|
|||||||
printf(" %s\n", pix_fmts[j]);
|
printf(" %s\n", pix_fmts[j]);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
free(pix_fmts);
|
av_free(pix_fmts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user