AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Should i delete my handles on plugin end (https://forums.alliedmods.net/showthread.php?t=305485)

Neuro Toxin 02-21-2018 15:03

Should i delete my handles on plugin end
 
When a plugin ends. Should I delete all of it's Handle references during OnPluginEnd?

ddhoward 02-21-2018 15:14

Re: Should i delete my handles on plugin end
 
The Handles are automatically taken care of after a plugin is unloaded. This is why Sourcemod unloads plugins when a leak is detected; it does not just assume that the plugin handles the Handles on its own.


All times are GMT -4. The time now is 20:14.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.