diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-05 05:17:32 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-05 05:17:32 (GMT) |
commit | ae205367d7af4bb86279386af6d9fea6f726915b (patch) | |
tree | 668614fe7993918fd4ed1dbeb6d98878d53a6ab5 /src | |
parent | e5071275f719ec36ff5e14b1e92258f270ef22b6 (diff) | |
parent | 5887d08ec3d80cfe431ee0d01fb769ba347bd6a8 (diff) | |
download | Qt-ae205367d7af4bb86279386af6d9fea6f726915b.zip Qt-ae205367d7af4bb86279386af6d9fea6f726915b.tar.gz Qt-ae205367d7af4bb86279386af6d9fea6f726915b.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
dont leak these
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/bearer/connman/qconnmanengine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/bearer/connman/qconnmanengine.cpp b/src/plugins/bearer/connman/qconnmanengine.cpp index a1e7d37..3b5ae86 100644 --- a/src/plugins/bearer/connman/qconnmanengine.cpp +++ b/src/plugins/bearer/connman/qconnmanengine.cpp @@ -128,6 +128,7 @@ QList<QNetworkConfigurationPrivate *> QConnmanEngine::getConfigurations() config->bearerType = cpPriv->bearerType; fetchedConfigurations.append(config); + delete config; } return fetchedConfigurations; // return foundConfigurations; |