free device structure

This commit is contained in:
Erik Faye-Lund 2010-02-17 18:59:31 +01:00
parent 466c845593
commit 6761a167e8

View File

@ -103,6 +103,7 @@ void sync_destroy_device(struct sync_device *d)
{
free(d->base);
sync_data_deinit(&d->data);
free(d);
}
#ifdef SYNC_PLAYER