Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:
Do edje_color_class_list properly for e_remote and be sure to free the
returned list.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -3 -r1.143 -r1.144
--- e_ipc_handlers.h    13 Feb 2007 16:33:35 -0000      1.143
+++ e_ipc_handlers.h    1 Mar 2007 20:07:19 -0000       1.144
@@ -7435,8 +7435,11 @@
 #elif (TYPE == E_WM_IN)
    GENERIC(HDL);
    ENCODE_START();
-   ENCODE(edje_color_class_list(), e_ipc_codec_str_list_enc);
+   Evas_List *cc;
+   cc = edje_color_class_list();
+   ENCODE(cc, e_ipc_codec_str_list_enc);
    SEND_DATA(E_IPC_OP_COLOR_CLASS_LIST_REPLY);
+   FREE_LIST(cc); 
    END_GENERIC();
 #elif (TYPE == E_REMOTE_IN)
 #endif



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to