mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-08 11:44:21 -04:00
parent
53d6cc70e9
commit
5c68b2da2a
@ -566,7 +566,7 @@ pub const ServerWorld = struct { // MARK: ServerWorld
|
|||||||
self.biomePalette.deinit();
|
self.biomePalette.deinit();
|
||||||
self.wio.deinit();
|
self.wio.deinit();
|
||||||
main.globalAllocator.free(self.path);
|
main.globalAllocator.free(self.path);
|
||||||
//main.globalAllocator.free(self.name);
|
main.globalAllocator.free(self.name);
|
||||||
main.globalAllocator.destroy(self);
|
main.globalAllocator.destroy(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user