+Thu Nov 23 17:52:44 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * lib/fields.c, lib/dump.c: fix two memory leaks
+
Thu Nov 23 15:48:53 CET 2000 Wichert Akkerman <wakkerma@debian.org>
* scripts/dpkg-buildpackage.sh: Name .changes file properly if
+dpkg (1.8.0) unstable; urgency=low
+
+ * Fix two memory leaks. Closes: Bug#74259
+
+ -- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
+
dpkg (1.7.2) unstable; urgency=low
* Fix parsing of configuration files
varbufaddc(&vb,'\0');
if (fputs(vb.buf,file) < 0)
ohshite("failed to write details of `%.50s' to `%.250s'", pigp->name, filename);
+ varbuffree(&vb);
}
void writedb(const char *filename, int available, int mustsync) {
if (!*p) break;
p++; while (isspace(*p)) p++;
}
+ varbuffree(&depname); varbuffree(&version);
}