mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-19 04:44:21 -05: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
@ -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…
Reference in New Issue
Block a user