Deallocate an AudioScrobbler queue entry. Definition at line 257 of file scrobbler.c. 00258 { 00259 g_free(ent->artist); 00260 g_free(ent->title); 00261 g_free(ent->album); 00262 g_slice_free(struct scrobbler_entry, ent); 00263 }
Here is the caller graph for this function:
![]() |
1.6.3