+2003-01-23 Bruno Haible <bruno@clisp.org>
+
+ * format-c.c (get_c99_format_directives): Free the allocated
+ descriptor after use.
+
2003-01-18 Bruno Haible <bruno@clisp.org>
* FILES: Update.
/* C format strings.
- Copyright (C) 2001-2002 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software; you can redistribute it and/or modify
*intervalsp = NULL;
*lengthp = 0;
}
+
+ if (descr != NULL)
+ format_free (descr);
}