mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-23 06:08:52 -04:00
dns_message_t objects are now being handled using reference counting
semantics, so now dns_message_destroy() is not called directly anymore,
dns_message_detach must be called instead.
(cherry picked from commit 7deaf9a93c)
6 lines
72 B
Text
6 lines
72 B
Text
@@
|
|
expression M;
|
|
@@
|
|
|
|
- dns_message_destroy(M);
|
|
+ dns_message_detach(M);
|