Changeset 462

Show
Ignore:
Timestamp:
01/08/07 19:20:13 (2 years ago)
Author:
radekk
Message:

Dedlock removed.

Files:

Legend:

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

    r461 r462  
    103103  sw_sel * sel; 
    104104 
    105   g_mutex_lock (sounddata->sels_mutex); 
    106  
    107105  for (gl = sounddata->sels; gl; gl = gl->next){ 
    108106          sel = (sw_sel*)gl->data; 
     
    113111 
    114112  sounddata->sels = NULL; 
    115  
    116   g_mutex_unlock (sounddata->sels_mutex); 
    117113}; 
    118114