- don't free the passed in im structure. leave it up to the caller to

cleanup as needed on error.
- this should hopefully fix bug 97


SVN revision: 30886
This commit is contained in:
Dan Sinclair 2007-07-18 03:23:35 +00:00 committed by Dan Sinclair
parent 0a4d1e3605
commit 7c624f5787
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ evas_common_load_image_module_from_file(RGBA_Image *im)
}
}
evas_common_image_delete(im);
return -1;
ok: