You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code has a lot of memory leaks. There is a mix of new, malloc, free and delete. Smart usage of Constructors/Destructors together with smart pointers should resolve the issue
The text was updated successfully, but these errors were encountered:
The code has a lot of memory leaks. There is a mix of
new
,malloc
,free
anddelete
. Smart usage of Constructors/Destructors together with smart pointers should resolve the issueThe text was updated successfully, but these errors were encountered: