mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-18 18:18:00 -05: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.
6 lines
72 B
Text
6 lines
72 B
Text
@@
|
|
expression M;
|
|
@@
|
|
|
|
- dns_message_destroy(M);
|
|
+ dns_message_detach(M);
|