Exemplo n.º 1
0
void
qof_close(void)
{
    qof_query_shutdown ();
    qof_object_shutdown ();
    qof_finalize_backend_libraries();
    qof_string_cache_destroy ();
    qof_log_shutdown();
}
Exemplo n.º 2
0
static void
teardown( Fixture *fixture, gconstpointer pData )
{
    g_free( fixture->qofobject );
    qof_object_shutdown();
}