Open emmaLitzler opened 2 years ago
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.
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.