Fix OBS-URL: https://build.opensuse.org/request/show/925246 OBS-URL: https://build.opensuse.org/package/show/server:mail/opendkim?expand=0&rev=23
15 lines
321 B
Diff
15 lines
321 B
Diff
---
|
|
opendkim/opendkim-dns.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- opendkim/opendkim-dns.c.orig
|
|
+++ opendkim/opendkim-dns.c
|
|
@@ -199,6 +199,7 @@ dkimf_unbound_cb(void *mydata, int err,
|
|
{
|
|
/* result was bogus */
|
|
ubdata->ubd_result = DKIM_DNSSEC_BOGUS;
|
|
+ ub_resolve_free(result);
|
|
return;
|
|
}
|
|
else
|