mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-04 17:24:47 -04:00
8 lines
124 B
Text
8 lines
124 B
Text
@@
|
|
expression M;
|
|
expression E1, E2;
|
|
@@
|
|
|
|
- isc_mem_put(M, E1, E2);
|
|
- isc_mem_detach(&M);
|
|
+ isc_mem_putanddetach(&M, E1, E2);
|