remove incorrect delete
This commit is contained in:
parent
0cd217e05b
commit
d4b4460baf
|
|
@ -112,7 +112,6 @@ mount(const Filename &physical_filename, const string &mount_point,
|
|||
// support read-write on Multifiles.
|
||||
flags |= MF_read_only;
|
||||
if (!multifile->open_read(physical_filename)) {
|
||||
delete multifile;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue