Changeset 462
- Timestamp:
- 01/08/07 19:20:13 (2 years ago)
- Files:
-
- sweep/trunk/src/sweep_sounddata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/src/sweep_sounddata.c
r461 r462 103 103 sw_sel * sel; 104 104 105 g_mutex_lock (sounddata->sels_mutex);106 107 105 for (gl = sounddata->sels; gl; gl = gl->next){ 108 106 sel = (sw_sel*)gl->data; … … 113 111 114 112 sounddata->sels = NULL; 115 116 g_mutex_unlock (sounddata->sels_mutex);117 113 }; 118 114
