raster, maybe you should use ecore_pipe in the xine module, like i did
recently in the gstreamer module.
Vincent
On Thu, 25 Dec 2008, Enlightenment SVN wrote:
Log:
calloc not malloc! bad patches!
Author: raster
Date: 2008-12-25 00:35:51 -0800 (Thu, 25 Dec 2008)
New Revision: 38318
Modified:
trunk/emotion/src/modules/xine/emotion_xine_vo_out.c
Modified: trunk/emotion/src/modules/xine/emotion_xine_vo_out.c
===================================================================
--- trunk/emotion/src/modules/xine/emotion_xine_vo_out.c 2008-12-24
18:27:05 UTC (rev 38317)
+++ trunk/emotion/src/modules/xine/emotion_xine_vo_out.c 2008-12-25
08:35:51 UTC (rev 38318)
@@ -311,7 +311,7 @@
dv = (Emotion_Driver *)vo_driver;
// printf("emotion: _emotion_frame_alloc()\n");
- fr = (Emotion_Frame *)malloc(sizeof(Emotion_Frame));
+ fr = (Emotion_Frame *)calloc(1, sizeof(Emotion_Frame));
if (!fr) return NULL;
fr->vo_frame.base[0] = NULL;
------------------------------------------------------------------------------
_______________________________________________
enlightenment-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.
Message délivré par le serveur de messagerie de l'Université d'Evry.
------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel