Possible crash in MessageLog widget at Vidalia exit
MessageLog widget stores a raw _statusBar pointer. When Vidalia exits, its possible that MessageLog will crash when it receives a log message after the _statusBar object is deleted, because _statusBar becomes a dangling pointer and MessageLog still tries to access it. Changing _statusBar to a QPointer<> will solve the problem.
Trac:
Username: sebb
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information