+1635. [bug] Memory leak on error in query_addds().
+
1634. [placeholder] rt11208
1633. [bug] named should return NOTIMP to update requests to a
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: query.c,v 1.258 2004/04/15 01:58:23 marka Exp $ */
+/* $Id: query.c,v 1.259 2004/05/14 00:10:52 marka Exp $ */
#include <config.h>
rdataset = query_newrdataset(client);
sigrdataset = query_newrdataset(client);
if (rdataset == NULL || sigrdataset == NULL)
- return;
+ goto cleanup;
/*
* Look for the DS record, which may or may not be present.