oppars01 / csgo-advanced-drop-v2

CS:GO Drop v2
GNU General Public License v3.0
0 stars 1 forks source link

Memory leaks #2

Open KillStr3aK opened 2 years ago

KillStr3aK commented 2 years ago

Other than the discord library you used, the source contains memory leaks that you should care about, you should free this handle after it has been used, also I would format the code its a bit messy

oppars01 commented 2 years ago

Thank you.

Nexd @.***>, 1 Nis 2022 Cum, 12:26 tarihinde şunu yazdı:

Other than the discord library you used, the source contains memory leaks that you should care about, you should free this handle https://github.com/tncykrkyl/csgo-advanced-drop-v2/blob/8d524f7434f2b6557c609dac230de923b450bfb3/csgo/addons/sourcemod/scripting/c-advanced_drop.sp#L126 after it has been used, also I would format the code its a bit messy

— Reply to this email directly, view it on GitHub https://github.com/tncykrkyl/csgo-advanced-drop-v2/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVMBSOIAZ3XMZVTMSFMSOATVC26N7ANCNFSM5SIC7GSA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

KillStr3aK commented 2 years ago

I'd like to suggest my discord library because it has no known memory leaks for now also it doesn't require the main plugin to run if you only want to send webhooks.

oppars01 commented 2 years ago

i will review