mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-27 07:05:43 +03:00
Fixed memleak in BSPModel
This commit is contained in:
parent
de3679f039
commit
1fa34c2645
@ -45,7 +45,7 @@ class IBaseSystem;
|
|||||||
class BSPModel: public IBSPModel {
|
class BSPModel: public IBSPModel {
|
||||||
public:
|
public:
|
||||||
BSPModel() {}
|
BSPModel() {}
|
||||||
virtual ~BSPModel() {}
|
virtual ~BSPModel() { delete m_wadpath; }
|
||||||
|
|
||||||
EXT_FUNC void Init(IBaseSystem *system);
|
EXT_FUNC void Init(IBaseSystem *system);
|
||||||
EXT_FUNC void Clear();
|
EXT_FUNC void Clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user