From: Moises Silva Date: Fri, 3 Sep 2010 20:52:25 +0000 (-0400) Subject: test X-Git-Tag: v1.2.3^2~71^2^2~245^2~74^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=970a3755f319547fd509c1fb4142d06c9885a44e;p=thirdparty%2Ffreeswitch.git test --- diff --git a/src/switch_profile.c b/src/switch_profile.c index f1c2247979..17c1dc1214 100644 --- a/src/switch_profile.c +++ b/src/switch_profile.c @@ -280,6 +280,7 @@ SWITCH_DECLARE(void) switch_delete_profile_timer(switch_profile_timer_t **p) if (!p) return; #ifdef __linux__ + test close((*p)->procfd); #endif free(*p);