Добавлена ошибка для демонстрации SANITIZE_ADDRESS
This commit is contained in:
parent
b07846c67d
commit
47df94c6a4
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user