godot/modules
Alistair Leslie-Hughes 767bfec8b6 Use local variable to stop memory leak.
I've change the urls variable to be a local, instead of manually allocating it all the time.
This is only used locally and was causing a memory leak because FreeUPNPUrls gave the impression it free it.

1. FreeUPNPUrls doesn't free the pointer passed in, that's up to caller.
2. The second if(!urls) produced dead code as we checked the pointer just after allocation.
2024-04-05 09:13:27 +11:00
..
astcenc EditorFileSystem: Add verbose print for file being (re)imported 2024-02-28 09:59:46 +01:00
basis_universal BasisUniversal: Fix texture decompression 2024-02-22 19:11:17 +01:00
bmp Fix some typos in source. 2023-10-04 19:55:11 +09:00
camera
csg Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
cvtt
dds Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
enet Replace error checks against size with is_empty 2024-02-09 12:50:15 +01:00
etcpak EditorFileSystem: Add verbose print for file being (re)imported 2024-02-28 09:59:46 +01:00
fbx Apply "Remove Immutable Tracks" after post-import. 2024-03-30 23:45:22 -07:00
freetype UWP: Remove platform port, needs to be redone from scratch for 4.x 2023-09-07 15:01:59 +02:00
gdscript Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
glslang Finish splitting functionality of the Vulkan and D3D12 backends into RenderingDeviceDriver. 2024-02-12 10:02:18 -03:00
gltf Apply "Remove Immutable Tracks" after post-import. 2024-03-30 23:45:22 -07:00
gridmap Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
hdr
interactive_music Fix GCC build failure 2024-03-13 15:02:17 -04:00
jpg Merge pull request #84546 from Rubonnek/fix-jpg-save-bugs 2024-01-04 14:26:04 +01:00
jsonrpc
ktx Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
lightmapper_rd Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
mbedtls Add unit tests for CryptoKey 2024-03-01 07:17:59 +00:00
meshoptimizer
minimp3 [Doc] Fix some incorrect uses of a/an 2024-03-13 21:20:28 +01:00
mobile_vr
mono Merge pull request #84947 from raulsntos/dotnet/instance_bindings 2024-04-04 14:30:35 +02:00
msdfgen Update ICU and msdfgen. 2024-03-13 09:12:50 +02:00
multiplayer Merge pull request #89811 from timothyqiu/missing-i18n 2024-04-04 14:31:43 +02:00
navigation Add navigation baking crash prevention mechanism 2024-03-23 22:20:00 +01:00
noise Merge pull request #88823 from jsjtxietian/limit-NoiseTexture3D 2024-02-27 10:18:09 +01:00
ogg fix next_ogg_packet never returning false 2023-12-10 02:47:52 -08:00
openxr Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PB 2024-04-05 01:28:26 +09:00
raycast Merge pull request #88783 from Chubercik/embree-4.3.1 2024-04-04 14:31:02 +02:00
regex pcre2: Remove unused sjlit files after last update 2024-03-15 09:38:45 +01:00
squish Fix squish DXT5 RA-As-RG channel swapping 2023-12-09 18:07:25 +01:00
svg Improve error reporting in the asset library and in related types 2024-01-26 20:33:22 +01:00
text_server_adv [Font] Apply oversampling to the "embolden" strength. 2024-03-19 08:50:01 +02:00
text_server_fb [Font] Apply oversampling to the "embolden" strength. 2024-03-19 08:50:01 +02:00
tga
theora Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
tinyexr Fix memory leak on error paths in tinyexr loader 2023-11-17 17:40:26 +11:00
upnp Use local variable to stop memory leak. 2024-04-05 09:13:27 +11:00
vhacd
vorbis [Doc] Fix some incorrect uses of a/an 2024-03-13 21:20:28 +01:00
webp Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
webrtc Avoid punning enum names in documentation 2023-11-09 17:16:30 +08:00
websocket Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
webxr Fix lint errors in WebXR module 2024-02-23 16:24:58 -06:00
xatlas_unwrap
zip Fix ZIPPacker storing file permissions unexpectedly 2024-01-09 13:55:34 +08:00
modules_builders.py SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00
register_module_types.h
SCsub SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00