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