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 744830 - autocleanups: Add GArray and GPtrArray
autocleanups: Add GArray and GPtrArray
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2015-02-19 23:32 UTC by Colin Walters
Modified: 2015-02-20 12:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autocleanups: Add GArray and GPtrArray (1.15 KB, patch)
2015-02-19 23:32 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2015-02-19 23:32:17 UTC
Not sure how these were omitted.  Probably few people are really using
this yet...and we don't have test cases (that's in the other patch).
Comment 1 Colin Walters 2015-02-19 23:32:29 UTC
Created attachment 297343 [details] [review]
autocleanups: Add GArray and GPtrArray
Comment 2 Allison Karlitskaya (desrt) 2015-02-20 01:44:17 UTC
Review of attachment 297343 [details] [review]:

I left these out because I didn't know that we had _unref() for them and I knew that the non-standard _free function would be a problem.

GByteArray as well, btw.