More work, but crashes
This commit is contained in:
@ -17,14 +17,16 @@ ecdb_project_new(void)
|
||||
return proj;
|
||||
}
|
||||
|
||||
void
|
||||
ecdb_shutdown(void)
|
||||
int
|
||||
ecdb_shutdown(void *data, int type, void *event)
|
||||
{
|
||||
if (em->projects)
|
||||
ecore_list_destroy(em->projects);
|
||||
if (em->drives)
|
||||
ecore_list_destroy(em->drives);
|
||||
free(em);
|
||||
ecore_main_loop_quit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user