X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Ftrans.c;h=db8838372db0d8a2d7f3dd70944a840ce2cfffdc;hb=17b1bcca21624757189a619506e93b42f4706b77;hp=5f917fd219eea7ee2635968ca093fa137cb90c12;hpb=bafba4a940a832fdc299aeca226e3eb24c6ee02e;p=libucw.git diff --git a/ucw/trans.c b/ucw/trans.c index 5f917fd2..db883837 100644 --- a/ucw/trans.c +++ b/ucw/trans.c @@ -9,10 +9,10 @@ #undef LOCAL_DEBUG -#include "ucw/lib.h" -#include "ucw/trans.h" -#include "ucw/respool.h" -#include "ucw/mempool.h" +#include +#include +#include +#include #include @@ -93,7 +93,7 @@ trans_commit(void) DBG("Committing transaction %p", t); ASSERT(t); ASSERT(!t->thrown_exc); - rp_detach(t->rpool); + rp_commit(t->rpool); trans_pop(t, c); trans_drop(t, c); }