Commit b48c95b6 authored by Giorgio Vazzana's avatar Giorgio Vazzana Committed by Michael Niedermayer

libavutil: Add missing av_free() to cast5 selftest

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 709ab39c
......@@ -535,6 +535,7 @@ int main(int argc, char** argv)
}
}
}
av_free(cs);
return err;
}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment