Eina_List* last = NULL;

MyStruct *myst = (MyStruct *)malloc(sizeof(MyStruct));

memset(myst, 0 , sizeof(MyStruct));

//fill myst structures fields.

last = eina_list_append(last, myst);


the last line is crashing on eina_list_append ... any idea??
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to