mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
c755a680b5
Sponsored by: aliens
12 lines
259 B
C
12 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);
|
|
}
|
|
|