Decoder: bug fix

This commit is contained in:
Martin Pulec
2013-11-06 12:24:37 +01:00
parent cd5e954bb6
commit 04511790bc

View File

@@ -912,7 +912,7 @@ void video_decoder_destroy(struct state_video_decoder *decoder)
fprintf(stderr, "Decoder statistics: %lu displayed frames / %lu frames dropped (%lu corrupted)\n",
decoder->displayed, decoder->dropped, decoder->corrupted);
delete decoder;
free(decoder);
}
/**