Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
5.15.0, 5.15.1
-
None
Description
Hi,
I encountered a memory leak problem with Qt Network module.
I tried to send data to my web server which proposes a POST HTTP API, I used QNetworkAccessManager post function but I noticed my memory is increasing over time.
I joined in this post a simple code.
In my code, there is the Qt project and a web server written with python. You can test this program by launching the Qt Project and python program, Python program needs python3 and flask. But you can reproduce the leak without web server (Post function will failed but you can notice that memory grows).
Without Post function, I didn't notice memory leak.
Let the 2 programs run and you can notice the memory of Qt program increases a little bit over time. (maybe 100ko every 4-5 minutes).
Attachments
Issue Links
- duplicates
-
QTBUG-88063 Memory leak in QNetworkAccessManager from QMetaObjectPrivate::connect
- Closed
- is duplicated by
-
QTBUG-109536 QNetworkAccesManager memory leak
- Closed