qhttpserver icon indicating copy to clipboard operation
qhttpserver copied to clipboard

Fixed memory leak in QHttpConnection class

Open stefanmayer opened this issue 7 years ago • 1 comments

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.

stefanmayer avatar Apr 10 '18 19:04 stefanmayer

Thanks! Could you fix the indentation?

nikhilm avatar Apr 25 '18 05:04 nikhilm