fix stringshare usage

SVN revision: 77360
This commit is contained in:
Mike Blumenkrantz 2012-10-03 09:44:12 +00:00
parent 3bf711b529
commit ac67283ec2
1 changed files with 1 additions and 2 deletions

View File

@ -409,8 +409,7 @@ _e_wid_fprev_preview_file(E_Widget_Data *wd)
if (statvfs(v->mount_point, &stfs) == 0)
{
ok = EINA_TRUE;
eina_stringshare_del(file);
file = eina_stringshare_add(v->mount_point);
eina_stringshare_replace(&file, v->mount_point);
}
}
}