Changeset 682
- Timestamp:
- 12/23/09 19:51:57 (2 years ago)
- Files:
-
- sweep/trunk/src/sweep_sounddata.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/src/sweep_sounddata.c
r462 r682 127 127 munmap (sounddata->data, len); 128 128 #endif 129 g_mutex_free(sounddata->data_mutex); 129 130 sounddata_clear_selection (sounddata); 130 131 g_free (sounddata); 131 g_mutex_free(sounddata->data_mutex);132 132 } 133 133 }
