~ci-train-bot/unity-settings-daemon/unity-settings-daemon-ubuntu-bionic-3223

« back to all changes in this revision

Viewing changes to plugins/automount/gsd-autorun.c

  • Committer: Bileto Bot
  • Author(s): Khurshid Alam
  • Date: 2018-02-14 12:40:52 UTC
  • mfrom: (4173.1.1 unity-settings-daemon)
  • Revision ID: ci-train-bot@canonical.com-20180214124052-o4etl7bapa61fwzo
gtk_icon_info_free has been deprecated since gtk-3.8. Replace it with g_object_unref (LP: #1747154)

Approved by: Sebastien Bacher

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
 
108
108
                if (info) {
109
109
                        pixbuf = gtk_icon_info_load_icon (info, NULL);
110
 
                        gtk_icon_info_free (info);
 
110
                        g_object_unref (info);
111
111
                }
112
112
 
113
113
                if (pixbuf == NULL) {