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
Memory leak
in RequestHandler.h file: 29 this allocating a Response
and Controller.cpp file: allocating another 113 this Response.
At the end apens one will be deleted causing a memory leak.
My suggestion is to move the Controller method :: serverInternalError the Controller class to RequestHandler class, I'll implentar this and commit on my fork.
The text was updated successfully, but these errors were encountered:
Memory leak
in RequestHandler.h file: 29 this allocating a Response
and Controller.cpp file: allocating another 113 this Response.
At the end apens one will be deleted causing a memory leak.
My suggestion is to move the Controller method :: serverInternalError the Controller class to RequestHandler class, I'll implentar this and commit on my fork.
The text was updated successfully, but these errors were encountered: