Fixed: Crash after catching an exception
The libdeng2 exceptions have a QString as an instance variable. Nevercatch exceptions by value in this case; the implicit QString memorysharing seems to lead to malloc/free errors otherwise.
View differences
Fixed: Crash after catching an exception
The libdeng2 exceptions have a QString as an instance variable. Never
catch exceptions by value in this case; the implicit QString memory
sharing seems to lead to malloc/free errors otherwise.