commit | f6a99e63b6e18d3b3db25e0059a4979743046f31 | [log] [tgz] |
---|---|---|
author | Bjorn Volcker <bjornv@chromium.org> | Fri Apr 10 05:56:57 2015 |
committer | Bjorn Volcker <bjornv@chromium.org> | Fri Apr 10 05:56:59 2015 |
tree | a3c8cf5c64da28cb84b3c616ca444c7b2fc9f7b4 | |
parent | 0666a9b28bfbf8ff81ff2183c9463e277998fabc [diff] |
Refactor audio_processing: Free functions return void There is no point in returning an error when Free() fails. In fact it can only happen if we have a null pointer as object. There is further no place where the return value is used. Affected components are - aec - aecm - agc - ns BUG=441 R=kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/50579004 Cr-Commit-Position: refs/heads/master@{#8966}