After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731854 - Fixed crash in QCoreApplication::applicationFilePath
Fixed crash in QCoreApplication::applicationFilePath
Status: RESOLVED FIXED
Product: libmediaart
Classification: Other
Component: Extraction
unspecified
Other All
: Normal normal
: ---
Assigned To: libmediaart maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-06-18 13:44 UTC by Andres Gomez
Modified: 2014-06-19 12:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
extract: Fixed crash in QCoreApplication::applicationFilePath (913 bytes, patch)
2014-06-19 12:22 UTC, Andres Gomez
committed Details | Review

Description Andres Gomez 2014-06-18 13:44:42 UTC
Probably we are interested in merging upstream:
https://github.com/nemomobile-packages/libmediaart/pull/2
Comment 1 Martyn Russell 2014-06-19 09:29:00 UTC
(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.
Comment 2 Andres Gomez 2014-06-19 12:22:19 UTC
Created attachment 278762 [details] [review]
extract: Fixed crash in QCoreApplication::applicationFilePath

QCoreApplication keeps pointers to argv and argc
so they better be static.