static void scrobbler_queue_item_free ( struct scrobbler_entry ent  )  [static]

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:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:46 2010 for herrie by  doxygen 1.6.3