mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Fix more memory leaks (issue #327)
This commit is contained in:
@@ -77,7 +77,7 @@ namespace box2d
|
||||
|
||||
Contact * c = new Contact(contact);
|
||||
|
||||
luax_newtype(L, "Contact", (PHYSICS_CONTACT_T), (void*)c, false);
|
||||
luax_newtype(L, "Contact", (PHYSICS_CONTACT_T), (void*)c, true);
|
||||
|
||||
int args = 3;
|
||||
if (impulse) {
|
||||
|
||||
Reference in New Issue
Block a user