A tool to sync music with your favorite devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gpod: don't manually free tracks during removal

geesawra db877d28 0458d990

-4
-4
src/gpod/gpod.rs
··· 211 211 if string((*it_track).comment) == track.track_id { 212 212 itdb_playlist_remove_track(mpl, it_track); 213 213 itdb_track_remove(it_track); 214 - itdb_track_free(it_track); 215 214 break; 216 215 } 217 - 218 - // free 219 - itdb_track_free(it_track); 220 216 } 221 217 222 218 Ok(())