Ejemplo n.º 1
0
/*Termina o gerenciador de entidades, destruindo todas entidades e liberando toda memoria.*/
void terminaEntidades()
{
    LISTfree(garbageList, NULL);
	LISTfree(entityList, _freeEntity);
}
Ejemplo n.º 2
0
static void EXPRESS_PATHfree( void ) {
    LISTdo( EXPRESS_path, dir, Dir * )
    sc_free( dir );
    LISTod
    LISTfree( EXPRESS_path );
}