esx: Fix freeing of heterogeneous lists
Always call the free function of the base type. The base type function then dynamically dispatches the call to the free function for the actual type.
Showing
想要评论请 注册 或 登录
Always call the free function of the base type. The base type function then dynamically dispatches the call to the free function for the actual type.