Damn, I am stupid too - too late by far... sleep now

SVN revision: 15072
This commit is contained in:
handyande 2005-06-02 23:35:03 +00:00 committed by handyande
parent 9ec40e20f7
commit a7c8387b1e
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ e_ipc_codec_str_list_dec(char *data, int bytes, Evas_List **dest)
{
E_Ipc_Str *str_node;
str_node = malloc(sizeof(E_Ipc_Str));
str_node = l->data;
list = evas_list_append(list, str_node->str);
}