mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-26 14:45:44 +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 {
|
||||
public:
|
||||
BSPModel() {}
|
||||
virtual ~BSPModel() {}
|
||||
virtual ~BSPModel() { delete m_wadpath; }
|
||||
|
||||
EXT_FUNC void Init(IBaseSystem *system);
|
||||
EXT_FUNC void Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user