GNOME Bugzilla – Bug 749897
network: Fix freeing const pointer
Last modified: 2015-05-27 15:49:03 UTC
.
Created attachment 304000 [details] [review] network: Fix freeing const pointer From coverity: gnome-control-center-3.14.5/panels/network/connection-editor/firewall-helpers.c:75:9: warning: passing argument 1 of 'g_free' discards 'const' qualifier from pointer target type [enabled by default]
Review of attachment 304000 [details] [review]: ++
Attachment 304000 [details] pushed as 3b283b7 - network: Fix freeing const pointer