diff options
| author | 2015-11-25 16:48:41 -0500 | |
|---|---|---|
| committer | 2015-11-25 16:48:41 -0500 | |
| commit | 8e640722c62692818ab840d50b3758f89a41a54e (patch) | |
| tree | 38197eb1688a5afc338081ea17e15f938976e422 /SQLiteStudio3/sqlitestudiocli/main.cpp | |
| parent | 9618f0ebbf4b88045247c01ce8c8f58203508ebf (diff) | |
Imported Upstream version 3.0.7upstream/3.0.7
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/main.cpp')
| -rw-r--r-- | SQLiteStudio3/sqlitestudiocli/main.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/SQLiteStudio3/sqlitestudiocli/main.cpp b/SQLiteStudio3/sqlitestudiocli/main.cpp index 4bec619..eb7a46e 100644 --- a/SQLiteStudio3/sqlitestudiocli/main.cpp +++ b/SQLiteStudio3/sqlitestudiocli/main.cpp @@ -90,6 +90,7 @@ int main(int argc, char *argv[]) CLI::getInstance()->openDbFile(dbToOpen); CLI::getInstance()->start(); - - return a.exec(); + int res = a.exec(); + CLI::dispose(); + return res; } |
