Enlightenment CVS committal
Author : vacuum
Project : e17
Module : libs/esmart
Dir : e17/libs/esmart/src/lib/esmart_thumb
Modified Files:
esmart_thumb.c
Log Message:
Prevent segv, atmos take a look.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_thumb/esmart_thumb.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- esmart_thumb.c 10 Jul 2004 21:42:04 -0000 1.2
+++ esmart_thumb.c 12 Jul 2004 04:18:09 -0000 1.3
@@ -189,6 +189,7 @@
{
if (!e->info)
e->info = epsilon_info_get (e->e);
+ if(!e->info) return NULL;
return (e->info->mimetype);
}
}
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs