Fix memory leaks in mod storage (#7500)

This commit is contained in:
red-001
2018-06-30 16:11:04 +01:00
committed by Loïc Blot
parent 9f19b7d936
commit 227c71eb76
2 changed files with 6 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ class StorageRef : public MetaDataRef
public:
StorageRef(ModMetadata *object);
~StorageRef() = default;
~StorageRef();
static void Register(lua_State *L);
static void create(lua_State *L, ModMetadata *object);