mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
Remove dependency from gettext. Converted to STAGEDIR. PR: 183872, 183885 Security: CVE-2013-4475 CVE-2013-4476 Sponsored by: my wife
11 lines
259 B
C
11 lines
259 B
C
--- source3/client/dnsbrowse.c.orig 2013-11-12 10:20:03.145351798 +0100
|
|
+++ source3/client/dnsbrowse.c 2013-11-12 10:20:11.762761273 +0100
|
|
@@ -91,7 +91,7 @@
|
|
}
|
|
}
|
|
|
|
- TALLOC_FREE(fdset);
|
|
+ TALLOC_FREE(ctx);
|
|
DNSServiceRefDeallocate(mdns_conn_sdref);
|
|
}
|
|
|