ooinic / sourcemod-ultimate-mapchooser

Automatically exported from code.google.com/p/sourcemod-ultimate-mapchooser
0 stars 0 forks source link

Memory Leak in Core Module #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Originally Posted by daleGEND:
Nice plugin. Unfortunately I found this in a log on two of my three servers:
Quote:
L 03/12/2012 - 21:08:17: [SM] MEMORY LEAK DETECTED IN PLUGIN (file 
"umc-core.smx")
L 03/12/2012 - 21:08:17: [SM] Unloading plugin to free 11839 handles.
L 03/12/2012 - 21:08:17: [SM] Contact the author(s) of this plugin to correct 
this error.
Let me know what information you would need to help get this looked at .

https://forums.alliedmods.net/showpost.php?p=1667816&postcount=2526

Original issue reported on code.google.com by Steell1...@gmail.com on 13 Mar 2012 at 2:46

GoogleCodeExporter commented 8 years ago
Another, older report by user DoPe^

https://forums.alliedmods.net/showpost.php?p=1568512&postcount=1793

Original comment by Steell1...@gmail.com on 13 Mar 2012 at 2:47

GoogleCodeExporter commented 8 years ago
Fixed, issue caused by nested Handles in return value for 
UMC_CreateValidMapArray native.

Original comment by Steell1...@gmail.com on 13 Mar 2012 at 10:50