mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
parent
6374a7f240
commit
08f344b00c
@ -95,6 +95,10 @@ EncryptStreamBuf::
|
|||||||
~EncryptStreamBuf() {
|
~EncryptStreamBuf() {
|
||||||
close_read();
|
close_read();
|
||||||
close_write();
|
close_write();
|
||||||
|
|
||||||
|
#ifdef PHAVE_IOSTREAM
|
||||||
|
delete[] eback();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user