free disk when using eeze mount, disabled for now

SVN revision: 55913
This commit is contained in:
Mike Blumenkrantz 2011-01-06 01:29:03 +00:00
parent 2554c3b88b
commit 2e719a3b82
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ _e_fm_shared_device_storage_free(E_Storage *s)
if (s->serial) eina_stringshare_del(s->serial);
if (s->icon.drive) eina_stringshare_del(s->icon.drive);
if (s->icon.volume) eina_stringshare_del(s->icon.volume);
#ifdef HAVE_EEZE_MOUNT
if (s->disk) eeze_disk_free(s->disk);
#endif
free(s);
}