summaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorTimo Dritschler <timo.dritschler@kit.edu>2014-04-25 18:59:55 +0200
committerTimo Dritschler <timo.dritschler@kit.edu>2014-04-25 19:37:32 +0200
commit2b5ad5dfa5baa9a243051022510600fd8a82fd20 (patch)
treef89739a609478ff69bf18267553e67980ff3f28d /test.c
parentd17929dce11210dad47036c55f0fa60cb224392f (diff)
downloadkiro-2b5ad5dfa5baa9a243051022510600fd8a82fd20.tar.gz
kiro-2b5ad5dfa5baa9a243051022510600fd8a82fd20.tar.bz2
kiro-2b5ad5dfa5baa9a243051022510600fd8a82fd20.tar.xz
kiro-2b5ad5dfa5baa9a243051022510600fd8a82fd20.zip
Added 'kiro_trb_refresh' that refreshes all internal meta
information based on the memory content Added 'kiro_trb_is_setup' to check if the buffer is consistent
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index b49e333..56ed5cf 100644
--- a/test.c
+++ b/test.c
@@ -45,6 +45,7 @@ int main(void)
printf("Stored in New: %x\n", *maman);
sleep(1);
g_object_unref(rb);
+ g_object_unref(rb2);
return 0;
} \ No newline at end of file