~cairo-dock-team/cairo-dock-core/cairo-dock

Viewing all changes in revision 1152.

  • Committer: Matthieu Baerts
  • Date: 2012-08-02 17:43:50 UTC
  • Revision ID: matttbe@gmail.com-20120802174350-bke4ipk69fe86m33
GThread: Fixed a memory leaks (Virtual Memory) with GLib >= 2.32
 Now a GThread created with g_thread_(try_)new is joinable
  and should be freed with g_thread_unref (or g_thread_join)
  (ok... except that this information is only available with the description of g_thread_new and not g_thread_try_new... :) )
+ a g_free was missing for a gchar (rarely used) in icon-factory

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: