Age | Commit message (Collapse) | Author |
|
|
|
mail drop does not have any outstanding events.
|
|
|
|
|
|
|
|
Clearly it's not obvious to maintainers that on the Mac, getAppRODataDir()
returns the app's Resources directory: in a number of places the code starts
with the executable directory and appends "../Resources" to find that.
|
|
MAINT-8991: only escape log message characters once, add unit test
remove extra log line created by LL_ERRS
document that tags may not contain spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
location
|
|
|
|
|
|
|
|
output devices
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
after it's been free'ed
The shared pointer is passed by reference to LLVivoxVoiceClient::deleteSession() where
mSessionsByHandle.erase(iter) removes the last reference causing it to destruct while still
being accessed later on in the function.
(from Kitty Barnett)
|
|
|
|
|
|
|
|
|
|
termination
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
initialized yet at that point)
|
|
|
|
|
|
|
|
|
|
when we give up)
|