mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
Improvements to T.4 end of image handling, and the related tests.
A lot of tiny tidy up edits
This commit is contained in:
@@ -133,7 +133,7 @@ SPAN_DECLARE(time_scale_state_t *) time_scale_init(time_scale_state_t *s, int sa
|
||||
if (s == NULL)
|
||||
{
|
||||
if ((s = (time_scale_state_t *) malloc(sizeof (*s))) == NULL)
|
||||
return NULL;
|
||||
return NULL;
|
||||
/*endif*/
|
||||
alloced = TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user