You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix memory leak in exported project
This commit is contained in:
@@ -130,9 +130,7 @@ MethodBind::MethodBind() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
MethodBind::~MethodBind() {
|
MethodBind::~MethodBind() {
|
||||||
#ifdef DEBUG_METHODS_ENABLED
|
|
||||||
if (argument_types) {
|
if (argument_types) {
|
||||||
memdelete_arr(argument_types);
|
memdelete_arr(argument_types);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user