mirror of https://github.com/asterisk/asterisk
DEBUG_FD_LEAKS replaces calls to "open" and "close" with functions that keep track of file descriptors, even when those calls are actually callbacks defined in structures like ast_channelstorage_instance->open and don't touch file descriptors. This causes compilation failures. Those callbacks have been renamed to "open_instance" and "close_instance" respectively. Resolves: #1287releases/20
parent
abdfb5aa87
commit
ca7db896e5
Loading…
Reference in new issue