~charlesk/libindicator/lp-948391

« back to all changes in this revision

Viewing changes to libindicator/indicator-desktop-shortcuts.c

  • Committer: Ted Gould
  • Date: 2012-02-10 17:06:22 UTC
  • mfrom: (445.1.1 libindicator)
  • Revision ID: ted@gould.cx-20120210170622-ymdhkrlzs3jjgsa7
Free groupname after usage

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
 
282
282
                gchar * nickalloc = g_strdup(nicks[i]);
283
283
                g_array_append_val(priv->nicks, nickalloc);
 
284
                g_free(groupname);
284
285
        }
285
286
 
286
287
        if (nicks != NULL) {