mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 22:35:25 +00:00
When complaining about freeing unknown memory, use the name of the caller.
This commit is contained in:
@@ -122,7 +122,7 @@ void dfree (ptr, file, line)
|
||||
break;
|
||||
if (!dp) {
|
||||
log_error ("%s(%d): freeing unknown memory: %lx",
|
||||
dp -> file, dp -> line, (unsigned long)cur);
|
||||
file, line, (unsigned long)cur);
|
||||
abort ();
|
||||
}
|
||||
if (dp -> prev)
|
||||
|
Reference in New Issue
Block a user