On Sunday 21 December 2014 20:30:40 Guido Seifert wrote: > However, each time my QTcpServer also fires and gives me another QTcpSocket. > Nothing ever comes through this new QTcpSocket... but it is there and a > memory leak.
Why is it a memory leak? If you're implementing an HTTP server, close TCP connections that didn't send any requests within a reasonable amount of time. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
