Changeset 702

Show
Ignore:
Timestamp:
01/01/10 18:36:55 (2 years ago)
Author:
erikd
Message:

src/sweep_sample.c : Revert more leak fixes.

GTK+ is the suck. These g_list_free() calls cause segfaults and GTK+ memory
management code problems.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/src/sweep_sample.c

    r696 r702  
    645645  g_mutex_free (s->play_mutex); 
    646646 
     647  /* XXX: Should do this, but GTK+ barfs. */ 
     648  /* 
    647649  g_list_free (s->registered_ops); 
    648650  g_list_free (s->current_undo); 
    649651  g_list_free (s->current_redo); 
    650652  g_list_free (s->pending_ops); 
     653  */ 
    651654 
    652655  if (s->info_clist)