Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Fixed memory leak in QHttpConnection class #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stefanmayer
Copy link

@stefanmayer stefanmayer commented Apr 10, 2018

On each http request a new instance of m_request was created and not deleted. So every request caused a memory gap of several kB.
To close this gap the m_request instance of theConnection is deleted if the connection is destoyed.

Stefan Mayer and others added 2 commits April 10, 2018 21:19
…nection

[BUGFIX] fixed memory leak in QHttpConnection class (delete m_request…
@nikhilm
Copy link
Owner

nikhilm commented Apr 25, 2018

Thanks! Could you fix the indentation?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants