mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-23 07:52:06 +08:00
cabana: fix hang on exiting with CTRL+C (#28455)
old-commit-hash: 3b9fdf206e
This commit is contained in:
@@ -83,5 +83,8 @@ int main(int argc, char *argv[]) {
|
||||
w.loadFile(dbc_file);
|
||||
}
|
||||
w.show();
|
||||
return app.exec();
|
||||
|
||||
int ret = app.exec();
|
||||
delete can;
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user