Closed thegrb93 closed 2 years ago
https://github.com/TeamUlysses/ulib/blob/e887b4086124a69fad9efd58ce6ce4311d60e3aa/lua/ulib/shared/hook.lua#L132 Leads to a memory leak.
Add BackwardsHooks[ name ][ k ] = nil to fix
BackwardsHooks[ name ][ k ] = nil
Added. Thank you for finding this!
https://github.com/TeamUlysses/ulib/blob/e887b4086124a69fad9efd58ce6ce4311d60e3aa/lua/ulib/shared/hook.lua#L132 Leads to a memory leak.