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 590113 - Use g_mapped_file_unref instead of g_mapped_file_free
Use g_mapped_file_unref instead of g_mapped_file_free
Status: RESOLVED DUPLICATE of bug 588655
Product: devhelp
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on:
Blocks:
 
 
Reported: 2009-07-29 07:08 UTC by Robert Carr
Modified: 2009-08-12 21:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (775 bytes, patch)
2009-07-29 07:10 UTC, Robert Carr
none Details | Review

Description Robert Carr 2009-07-29 07:08:50 UTC
Today I was compiling devhelp, and noticed it did not compile, due to an implicit declaration of g_mapped_file_free which is in fact deprecated.

I didn't want to just commit this, so attached is a patch.
Comment 1 Robert Carr 2009-07-29 07:10:11 UTC
Created attachment 139449 [details] [review]
patch

Patch
Comment 2 Lucas Rocha 2009-08-12 21:10:44 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 588655 ***