X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=data1%2Fd1_handle.c;fp=data1%2Fd1_handle.c;h=4e48a13ad36ebf37bc0d8b7c467005d7107a8ce8;hp=43b7ba85a621cd2417654a0b9974c5b2129c2b36;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 diff --git a/data1/d1_handle.c b/data1/d1_handle.c index 43b7ba8..4e48a13 100644 --- a/data1/d1_handle.c +++ b/data1/d1_handle.c @@ -82,9 +82,9 @@ void data1_destroy (data1_handle dh) { if (!dh) return; - + /* *ostrich* - We need to destroy DFAs, in xp_element (xelm) definitions + We need to destroy DFAs, in xp_element (xelm) definitions pop, 2002-12-13 */ data1_absyn_destroy(dh); @@ -99,7 +99,7 @@ void data1_destroy (data1_handle dh) if (dh->map_buf) xfree (dh->map_buf); nmem_destroy (dh->mem); - + xfree (dh); }