This website works better with JavaScript
홈
탐색
도움말
로그인
Kamailio
/
kamailio
의 미러
https://github.com/kamailio/kamailio.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
tm: rest the pointer of hash table after free to avoid double free on false start
(cherry picked from commit 7728464362af67eff4dc105f16a1d42c72407cca)
Daniel-Constantin Mierla
13 년 전
부모
3b4aa076f4
커밋
dd7b6af538
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
1
0
modules/tm/h_table.c
+ 1
- 0
modules/tm/h_table.c
파일 보기
@@ -444,6 +444,7 @@ void free_hash_table( )
}
}
shm_free(_tm_table);
+ _tm_table = 0;
}
}