mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 10:26:41 +00:00
build fix
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@364 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
b54c19e125
commit
d24f057e15
@ -237,7 +237,8 @@ void dsp_fsk_destroy(dsp_fsk_handle_t **handle)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ((*handle)->attr.bytehandler) {
|
if ((*handle)->attr.bytehandler) {
|
||||||
dsp_uart_destroy((dsp_uart_handle_t**)&(*handle)->attr.bithandler_arg);
|
dsp_uart_handle_t** dhandle = (void *)(&(*handle)->attr.bithandler_arg);
|
||||||
|
dsp_uart_destroy(dhandle);
|
||||||
}
|
}
|
||||||
|
|
||||||
free(*handle);
|
free(*handle);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user