Skip to content

Commit

Permalink
Fix memory leak
Browse files Browse the repository at this point in the history
Coverity #1046918
  • Loading branch information
jyavenard committed Jul 12, 2013
1 parent a4f5ebc commit f9fbc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/recorders/NuppelVideoRecorder.cpp
Expand Up @@ -1620,6 +1620,7 @@ void NuppelVideoRecorder::DoV4L2(void)
if (!convert_ctx)
{
_error = "Cannot initialize image conversion context";
av_free(output_buffer);
LOG(VB_GENERAL, LOG_ERR, LOC + _error);
return;
}
Expand Down

0 comments on commit f9fbc70

Please sign in to comment.