Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.4.0 FF
-
None
-
3
-
e7c4bb0f4f2719066abe0fe82525e16fa2bcbc50
-
Foundation PM Prioritized
Description
Tests for the module allocate stuff in a few places using new but never bother to release it (qthttpserver/tests/auto/qabstracthttpserver/tst_qabstracthttpserver.cpp as an example). It would be good to make sure that all temporary objects are destroyed when test finishes. In most cases allocating objects on the stack instead would be sufficient.