mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-05 15:30:02 +01:00
fix invalid free() #284
This commit is contained in:
@@ -2143,7 +2143,6 @@ avi_t *AVI_open_input_file(char *filename, int getIndex, long mmap_size)
|
||||
}
|
||||
|
||||
if (AVI_errno) {
|
||||
free(AVI);
|
||||
avierror(AVI_errno);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user