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 667331 - Use g_queue_free_full() convenience function
Use g_queue_free_full() convenience function
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.31.x
Other All
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-01-05 05:14 UTC by Ravi Sankar Guntur
Modified: 2012-01-10 00:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use g_queue_free_full() convenience function (2.64 KB, patch)
2012-01-05 05:30 UTC, Ravi Sankar Guntur
accepted-commit_now Details | Review
added missing g_queue_free_full in glib-sections.txt (728 bytes, patch)
2012-01-06 17:17 UTC, Ravi Sankar Guntur
accepted-commit_now Details | Review
add g_queue_free_full to glib-sections.txt (777 bytes, patch)
2012-01-10 00:41 UTC, Matthias Clasen
committed Details | Review
Use g_queue_free_full() convenience function. (2.64 KB, patch)
2012-01-10 00:42 UTC, Matthias Clasen
committed Details | Review

Description Ravi Sankar Guntur 2012-01-05 05:14:53 UTC
use g_queue_free_full() function in gdbusprivate.c and gmain.c
Comment 1 Ravi Sankar Guntur 2012-01-05 05:30:28 UTC
Created attachment 204661 [details] [review]
use g_queue_free_full() convenience function

please review.
Comment 2 Matthias Clasen 2012-01-06 03:21:30 UTC
Review of attachment 204661 [details] [review]:

Looks fine, thanks.
Comment 3 Ravi Sankar Guntur 2012-01-06 17:17:46 UTC
Created attachment 204758 [details] [review]
added missing g_queue_free_full in glib-sections.txt
Comment 4 Matthias Clasen 2012-01-06 20:26:12 UTC
Review of attachment 204758 [details] [review]:

Thanks, good catch
Comment 5 Matthias Clasen 2012-01-10 00:41:53 UTC
The following fixes have been pushed:
fd7e443 add g_queue_free_full to glib-sections.txt
0ed2cdb Use g_queue_free_full() convenience function.
Comment 6 Matthias Clasen 2012-01-10 00:41:57 UTC
Created attachment 204917 [details] [review]
add g_queue_free_full to glib-sections.txt

Signed-off-by: Ravi Sankar Guntur <ravi.g@samsung.com>
Comment 7 Matthias Clasen 2012-01-10 00:42:01 UTC
Created attachment 204918 [details] [review]
Use g_queue_free_full() convenience function.

https://bugzilla.gnome.org/show_bug.cgi?id=667331

Signed-off-by: Ravi Sankar Guntur <ravi.g@samsung.com>