Fixed mismatched new/free

This commit is contained in:
Martin Pulec
2014-09-23 16:44:45 +02:00
parent 37e80a40c5
commit f7150b6e6e

View File

@@ -870,7 +870,7 @@ void video_decoder_destroy(struct state_video_decoder *decoder)
PRINT_STATISTICS
free(decoder);
delete decoder;
}
/**