diff -r 159067260aad -r 6e93e5485947 src/test-driver.c --- a/src/test-driver.c Fri Jan 09 12:32:57 2009 +0000 +++ b/src/test-driver.c Fri Jul 03 18:02:33 2009 +0100 @@ -1,6 +1,7 @@ /* * Copyright (C) 2008 Kristian Høgsberg * Copyright (C) 2008 Red Hat, Inc + * Copyright (C) 2009 J. Ali Harlow * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -336,7 +337,8 @@ if (!errors) { struct razor_set *new; - new = razor_transaction_finish(ctx->trans); + new = razor_transaction_commit(ctx->trans); + razor_transaction_destroy(ctx->trans); ctx->trans = NULL; ctx->system_set = new; }