Skip to content

Commit

Permalink
Merge branch 'master' of github.com:commaai/openpilot
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillagorillaa committed Apr 16, 2020
2 parents 0a0eef7 + 3b3eebb commit 6e38894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/loggerd/encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ void encoder_close(EncoderState *s) {
if (s->remuxing) {
av_write_trailer(s->ofmt_ctx);
avio_closep(&s->ofmt_ctx->pb);
avcodec_free_context(&s->codec_ctx);
avformat_free_context(s->ofmt_ctx);
} else {
fclose(s->of);
Expand Down

0 comments on commit 6e38894

Please sign in to comment.