From 47df94c6a46efded7e8e965a7933460b99f024c5 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 21 Dec 2021 16:22:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B4=D0=B5=D0=BC=D0=BE=D0=BD=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8=20SANITIZE=5FADDRESS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/myx-cmake-example-features/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/myx-cmake-example-features/main.cpp b/src/myx-cmake-example-features/main.cpp index c303c89..7a1f1ef 100644 --- a/src/myx-cmake-example-features/main.cpp +++ b/src/myx-cmake-example-features/main.cpp @@ -38,7 +38,7 @@ int main( int argc, char** argv ) QString s { QStringLiteral( "100" ) }; auto ir = qStringToInt( s ); - QFile f; + QFile* f = new QFile(); Processor p; QObject::connect( &app, SIGNAL(aboutToQuit()), &p, SLOT(process())); QTimer::singleShot( 100, &app, SLOT(quit()));