Fixed and unmatched malloc/free pair, which was previously doing a mallco/delete.
This commit is contained in:
parent
12226e4371
commit
46585242a1
@ -270,7 +270,7 @@ int *numComponents_ret)
|
||||
}
|
||||
}
|
||||
}
|
||||
delete [] imbuff; // free the on-disk storage
|
||||
free(imbuff); // free the on-disk storage
|
||||
|
||||
fclose(fp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user