~jgonzalezdr/cairo-dock-plug-ins/suspend-workaround-applet_3.3

« back to all changes in this revision

Viewing changes to GMenu/src/applet-apps.c

  • Committer: Matthieu Baerts
  • Date: 2013-10-29 10:26:33 UTC
  • Revision ID: matttbe@gmail.com-20131029102633-ow5nmvoduwe627kc
bug-fixs: merged from trunk rev 3009

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
{
119
119
        g_hash_table_destroy (myData.pKnownApplications);
120
120
        g_slist_free (myData.pApps);
 
121
        g_list_free (myData.pNewApps);
121
122
}
122
123
 
123
124