+2008-03-06 Sean Finney <seanius@seanius.net>
+
+ * lib/dump.c (writedb): Free newfn and oldfn.
+ * src/help.c (clear_istobes): Free pkgiterator 'it' by calling
+ iterpkgend.
+
2008-03-02 Raphael Hertzog <hertzog@debian.org>
* scripts/dpkg-gencontrol.pl, scripts/dpkg-source.pl:
Samuel Thibault <samuel.thibault@ens-lyon.org>
Scott Barker <scott@mostlylinux.ab.ca>
Scott James Remnant <scott@netsplit.com>
+Sean Finney <seanius@seanius.net>
Sergio Gelato <Sergio.Gelato@astro.su.se>
Stefano Canepa <sc@linux.it>
Stepan Golosunov <stepan@golosunov.pp.ru>
* Change dpkg-gencontrol to not output the Homapage field on udeb.
* Reintroduce 'no-debsig' back in dpkg.cfg to avoid failing to install any
package when debsig-verify is installed. Closes: #311843
+ * Fix some small memory leaks. Closes: #469520
+ Thanks to Sean Finney.
[ Raphael Hertzog ]
* Add a warning displayed by dpkg-genchanges if the current version is
if (rename(newfn,filename))
ohshite(_("failed to install `%.250s' as `%.250s' containing %s info"),
newfn, filename, which);
+ free(newfn);
+ free(oldfn);
}
pkg->clientdata->istobe= itb_normal;
pkg->clientdata->replacingfilesandsaid= 0;
}
+ iterpkgend(it);
}
void debug(int which, const char *fmt, ...) {