fix windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14458 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-08-04 20:17:47 +00:00
parent 37716e7d15
commit 55bfb7d55a
1 changed files with 1 additions and 1 deletions

View File

@ -1323,8 +1323,8 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_skypiax_shutdown)
close(tech_pvt->SkypiaxHandles.fdesc[0]);
shutdown(tech_pvt->SkypiaxHandles.fdesc[1], 2);
close(tech_pvt->SkypiaxHandles.fdesc[1]);
}
#endif /* WIN32 */
}
}
switch_safe_free(globals.dialplan);