fix crash in eeze_net_free()

ticket #1101


SVN revision: 73025
This commit is contained in:
Mike Blumenkrantz 2012-06-29 08:06:01 +00:00
parent d25753a386
commit 696b5acfd5
2 changed files with 5 additions and 0 deletions

View File

@ -92,3 +92,7 @@
2012-06-12 Mike Blumenkrantz
* Add fallback mount using device name if a disk has no uuid
2012-06-29 Mike Blumenkrantz
* Fix crash in eeze_net_free()

View File

@ -102,6 +102,7 @@ eeze_net_free(Eeze_Net *net)
EINA_REFCOUNT_UNREF(net)
{
eina_hash_del_by_key(eeze_nets, net->name);
udev_device_unref(net->device);
eina_stringshare_del(net->syspath);
eina_stringshare_del(net->name);