mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
fix bsd build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5224 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -938,9 +938,7 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup(void)
|
||||
PR_Unlock(pt_book.ml);
|
||||
|
||||
_PR_CleanupMW();
|
||||
//_PR_CleanupDtoa();
|
||||
_PR_CleanupCallOnce();
|
||||
//_PR_ShutdownLinker();
|
||||
_PR_LogCleanup();
|
||||
_PR_CleanupNet();
|
||||
/* Close all the fd's before calling _PR_CleanupIO */
|
||||
@@ -963,7 +961,6 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup(void)
|
||||
PR_DestroyLock(_pr_sleeplock);
|
||||
_pr_sleeplock = NULL;
|
||||
_PR_CleanupLayerCache();
|
||||
//_PR_CleanupEnv();
|
||||
#ifdef _PR_ZONE_ALLOCATOR
|
||||
_PR_DestroyZones();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user