851becd00c
This is a fix for coverity issues: 10446, 10445, 10444, 10443. Although the cl is rather big, there aren't many code changes: * Instead of an implicit vtable pointer, there is now an explicit |_data| member to access the shared data. * We don't access the member variables of SharedData directly. There are accessors instead. * SharedData setters that set values that must be freed, automatically free the previous value and 'addref' if required the new one. * Lots and lots of 'rewrapping' due to search/replace after the above changes. BUG=10446, 10445, 10444, 10443 TEST=Run all tests for VoE. Review URL: https://webrtc-codereview.appspot.com/472009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1987 4adac7df-926f-26a2-2b94-8c16560cd09d |
||
---|---|---|
peerconnection | ||
src | ||
test | ||
third_party | ||
third_party_mods | ||
tools | ||
.gitignore | ||
android-webrtc.mk | ||
Android.mk | ||
AUTHORS | ||
codereview.settings | ||
DEPS | ||
libvpx.mk | ||
LICENSE | ||
license_template.txt | ||
LICENSE_THIRD_PARTY | ||
OWNERS | ||
PATENTS | ||
PRESUBMIT.py | ||
WATCHLISTS | ||
webrtc.gyp |