mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
use correct #ifdef
This commit is contained in:
parent
237d193cac
commit
f4caa03838
@ -193,7 +193,7 @@ close_read_file(istream *stream) const {
|
||||
// the stream pointer does not call the appropriate global delete
|
||||
// function; instead apparently calling the system delete
|
||||
// function. So we call the delete function by hand instead.
|
||||
#ifndef NDEBUG
|
||||
#ifndef USE_MEMORY_NOWRAPPERS
|
||||
stream->~istream();
|
||||
(*global_operator_delete)(stream);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user