libavutil: Add missing av_free() to cast5 selftest
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
709ab39cb9
commit
b48c95b6c9
1 changed files with 1 additions and 0 deletions
|
|
@ -535,6 +535,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
}
|
||||
}
|
||||
av_free(cs);
|
||||
return err;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue