GNOME Bugzilla – Bug 731854
Fixed crash in QCoreApplication::applicationFilePath
Last modified: 2014-06-19 12:25:50 UTC
Probably we are interested in merging upstream: https://github.com/nemomobile-packages/libmediaart/pull/2
(In reply to comment #0) > Probably we are interested in merging upstream: > https://github.com/nemomobile-packages/libmediaart/pull/2 Looks good to me, please merge Andrés.
Created attachment 278762 [details] [review] extract: Fixed crash in QCoreApplication::applicationFilePath QCoreApplication keeps pointers to argv and argc so they better be static.