mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
bug fixed: the MainWindow object wasn't deleted.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1072 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c35c60bbb1
commit
4451c2690f
1 changed files with 3 additions and 1 deletions
|
@ -181,7 +181,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
/* dive into the endless loop */
|
||||
// return ret;
|
||||
return rshare.exec();
|
||||
int ti = rshare.exec();
|
||||
delete w ;
|
||||
return ti ;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue