mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Fix memory leaks in mod storage (#7500)
This commit is contained in:
@@ -50,7 +50,7 @@ private:
|
||||
|
||||
public:
|
||||
StorageRef(ModMetadata *object);
|
||||
~StorageRef() = default;
|
||||
~StorageRef();
|
||||
|
||||
static void Register(lua_State *L);
|
||||
static void create(lua_State *L, ModMetadata *object);
|
||||
|
Reference in New Issue
Block a user