Free conn->last_modified before overwriting it with strdup().
authortb <tb@openbsd.org>
Thu, 10 Feb 2022 11:10:40 +0000 (11:10 +0000)
committertb <tb@openbsd.org>
Thu, 10 Feb 2022 11:10:40 +0000 (11:10 +0000)
commit4b0eaf5c1757a546db77c8984dfb172191a43d82
tree523925e5a245a80c16497ccd0148a6bd4a2929a8
parent3ca4486c5e48ba18e59dae0787ab04202c0e20c4
Free conn->last_modified before overwriting it with strdup().
If it was set, this would leak 30 bytes.

ok claudio
usr.sbin/rpki-client/http.c