mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 17:02:23 +00:00
Merge branch 'master' into smgmaster
This commit is contained in:
commit
bbc7df7717
@ -280,6 +280,7 @@ SWITCH_DECLARE(void) switch_delete_profile_timer(switch_profile_timer_t **p)
|
|||||||
if (!p) return;
|
if (!p) return;
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
test
|
||||||
close((*p)->procfd);
|
close((*p)->procfd);
|
||||||
#endif
|
#endif
|
||||||
free(*p);
|
free(*p);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user