Major and incompatible overhaul of key_data representation. Fix leaks.
[u/mdw/catacomb] / exp.h
diff --git a/exp.h b/exp.h
index a8b3812..e729e8c 100644 (file)
--- a/exp.h
+++ b/exp.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: exp.h,v 1.4 2004/04/08 01:36:15 mdw Exp $
+ * $Id$
  *
  * Generalized exponentiation
  *
  *
  * Generalized exponentiation
  *
@@ -397,6 +397,7 @@ exp_simul_done:                                                             \
   for (i = 1; i < vn; i++)                                             \
     EXP_DROP(v[i]);                                                    \
   xfree(v);                                                            \
   for (i = 1; i < vn; i++)                                             \
     EXP_DROP(v[i]);                                                    \
   xfree(v);                                                            \
+  xfree(e.s);                                                          \
 } while (0)
 
 /*----- Functions provided ------------------------------------------------*/
 } while (0)
 
 /*----- Functions provided ------------------------------------------------*/