Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak in o2requestor.cpp #159

Open
emmaLitzler opened this issue Sep 22, 2022 · 0 comments
Open

Memory leak in o2requestor.cpp #159

emmaLitzler opened this issue Sep 22, 2022 · 0 comments

Comments

@emmaLitzler
Copy link

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.

@emmaLitzler emmaLitzler changed the title Memory leak in o2reply.cpp Memory leak in o2requestor.cpp Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant