Signal-iOS/Signal
Jim Gustafson 111d026e3a Add protection when terminating CallData object
Some cases were found, mainly when white-box testing, where the
SignalCallData object was being terminated twice. A state flag has
been added to the class to ensure that a CallData object is only
terminated once. This is related to quick hangup scenarios, where
the CallData object is copied to a deferred hangup list and later
terminated after the RingRTC system is done with its operations.

The CallService.terminate() function itself was also arranged so that
the 'current' CallData object is nil'd out before it is actually
terminated, in case the RingRTC close process, which is on another
thread, takes a long time, and something else comes and tries to
see if there is current call.
2019-11-02 08:26:42 -03:00
..
AudioFiles Reduce usage of JSQ. 2018-06-01 17:44:18 -04:00
Fonts
Images.xcassets Update some icons 2019-10-28 11:40:24 -07:00
Lottie Update play/pause button animation 2019-09-26 12:55:19 -07:00
src Add protection when terminating CallData object 2019-11-02 08:26:42 -03:00
test Fix some warnings and YDB full text search tests 2019-10-25 19:10:52 -07:00
translations Sync translations 2019-10-30 11:58:50 -07:00
.swiftlint.yml
iTunesArtwork@3x.png
main.m
Signal-Info.plist "Bump build to 2.45.1.1." 2019-11-02 08:16:44 -03:00
Signal-Prefix.pch Sketch out the SDS code generation. 2019-04-11 09:15:28 -04:00
Signal.entitlements Reorganize util code. 2018-11-19 15:52:23 -05:00
SignalTSan.supp TSan config 2018-07-30 12:31:21 -06:00
SignalUBSan.supp Add missing header file 2018-08-08 10:17:03 -06:00