Remove the list free. May cause segfault when unloading module
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 30 Dec 2005 14:00:17 +0000 (14:00 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 30 Dec 2005 14:00:17 +0000 (14:00 +0000)
SVN revision: 19422

src/modules/ibox/e_mod_main.c

index 1a2a057..256c725 100644 (file)
@@ -163,7 +163,6 @@ e_modapi_config(E_Module *m)
        if (face->con == e_container_current_get(e_manager_current_get()))
          _config_ibox_module(face->con, face->ibox);   
      }
-   evas_list_free(l);
    return 1;
 }