godot/modules/mono/mono_gd
Rémi Verschelde 768f9422bc Convert uses of DirAccess * to DirAccessRef to prevent memleaks
`DirAccess *` needs to be deleted manually, and this is often forgotten
especially when doing early returns with `ERR_FAIL_COND`.
`DirAccessRef` is deleted automatically when it goes out of scope.

Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
2022-03-11 09:13:11 +01:00
..
support Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
android_mono_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono.cpp Convert uses of DirAccess * to DirAccessRef to prevent memleaks 2022-03-11 09:13:11 +01:00
gd_mono.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_assembly.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_assembly.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_cache.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_cache.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_class.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_class.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_field.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_field.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_header.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_internals.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_internals.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_log.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_log.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_marshal.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_marshal.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_method.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_method.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_method_thunk.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_property.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_property.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_utils.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_wasm_m2n.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_wasm_m2n.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
i_mono_class_member.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
managed_type.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
managed_type.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00