mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 01:40:28 +00:00
Fixed mismatched new/free
This commit is contained in:
@@ -870,7 +870,7 @@ void video_decoder_destroy(struct state_video_decoder *decoder)
|
||||
|
||||
PRINT_STATISTICS
|
||||
|
||||
free(decoder);
|
||||
delete decoder;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user