Extra generic handle for the character mapping routines.
[idzebra-moved-to-github.git] / bfile / bfile.c
index 06bca15..ee8e707 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: bfile.c,v $
- * Revision 1.23  1997-09-17 12:19:06  adam
+ * Revision 1.24  1997-09-18 08:59:16  adam
+ * Extra generic handle for the character mapping routines.
+ *
+ * Revision 1.23  1997/09/17 12:19:06  adam
  * Zebra version corresponds to YAZ version 1.4.
  * Changed Zebra server so that it doesn't depend on global common_resource.
  *
@@ -106,6 +109,8 @@ BFiles bfs_create (const char *spec)
 
 void bfs_destroy (BFiles bfs)
 {
+    mf_destroy (bfs->commit_area);
+    mf_destroy (bfs->register_area);
     xfree (bfs);
 }