1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 17:10:44 +00:00
godot/modules/upnp/doc_classes
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
..
UPNP.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
UPNPDevice.xml Use local variable to stop memory leak. 2024-04-05 09:13:27 +11:00