Hi,

Did you call eina_init() before this ?

Regards,

Vincent

On Thu, Apr 15, 2010 at 6:55 AM, Shard Gupta <[email protected]> wrote:

> 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&#174; 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>



-- 
Vincent Pomageot <[email protected]>

Etudiant Ingénieur
Génie Informatique - Ingénierie des Connaissances et des Supports
d'Information
Université de Technologie de Compiègne

+33 (0) 6 24 58 32 70
------------------------------------------------------------------------------
Download Intel&#174; 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to