Details
Description
Mac systems with the system proxy support enabled (default) leak memory from macQueryInternal() in /src/network/kernel/qnetworkproxy_mac.cpp.
macQueryInternal() gets a CFDictionary from SCDynamicStoreCopyProxies(), but never releases the dictionary. In a heavy network application, this can leak several megabytes within minutes.