mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
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…
x
Reference in New Issue
Block a user