This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
Kamailio
/
kamailio
mirror of
https://github.com/kamailio/kamailio.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
tm: rest the pointer of hash table after free to avoid double free on false start
Daniel-Constantin Mierla
13 năm trước cách đây
mục cha
a75afdd699
commit
7728464362
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
modules/tm/h_table.c
+ 1
- 0
modules/tm/h_table.c
Xem Tập Tin
@@ -444,6 +444,7 @@ void free_hash_table( )
}
}
shm_free(_tm_table);
+ _tm_table = 0;
}
}