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
In o2requestor.cpp, new O2Reply objects are added to an O2ReplyList when a new request is made. The pointers are however never deleted after removing them from the list (once the request is finished). This leads to a memory leak.
The text was updated successfully, but these errors were encountered:
emmaLitzler
changed the title
Memory leak in o2reply.cpp
Memory leak in o2requestor.cpp
Sep 22, 2022
In o2requestor.cpp, new O2Reply objects are added to an O2ReplyList when a new request is made. The pointers are however never deleted after removing them from the list (once the request is finished). This leads to a memory leak.
The text was updated successfully, but these errors were encountered: