diff options
Diffstat (limited to 'testing/qt-creator/fix-malloc-trim.patch')
-rw-r--r-- | testing/qt-creator/fix-malloc-trim.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qt-creator/fix-malloc-trim.patch b/testing/qt-creator/fix-malloc-trim.patch index e699c3021ec..144494f4bcf 100644 --- a/testing/qt-creator/fix-malloc-trim.patch +++ b/testing/qt-creator/fix-malloc-trim.patch @@ -2,7 +2,7 @@ diff --git a/src/app/main.cpp b/src/app/main.cpp index 248fa8efef..4c27f65625 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp -@@ -782,7 +782,7 @@ int main(int argc, char **argv) +@@ -741,7 +741,7 @@ int main(int argc, char **argv) // shutdown plugin manager on the exit QObject::connect(&app, &QCoreApplication::aboutToQuit, &pluginManager, &PluginManager::shutdown); |