TR request and response message handlers.
[trust_router.git] / tr / tr.c
diff --git a/tr/tr.c b/tr/tr.c
index 5243bc4..09438f7 100644 (file)
--- a/tr/tr.c
+++ b/tr/tr.c
@@ -42,3 +42,7 @@ TR_INSTANCE *tr_create() {
     memset(tr, 0, sizeof(TR_INSTANCE));
   return tr;
 }
+
+void tr_destroy(TR_INSTANCE *tr) {
+  free (tr);
+}