commit | 5fe6f0cf6b223e3ed6be4912d55b3ed5b41ce0cd | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@google.com> | Sat Feb 06 08:36:06 2016 -0800 |
committer | Andre Eisenbach <eisenbach@google.com> | Thu Feb 18 10:39:26 2016 -0800 |
tree | 0b02fa7ad9daca004d2e14afff56f097c32abff8 | |
parent | 75be8ac2970284b8dbd7cdb2323bd3cf80f9c6ff [diff] |
Removed checks for NULL returns after osi_calloc() / osi_malloc() Removed explicit checks for NULL pointer returns after calls to osi_calloc() and osi_malloc(), because those are not needed. If the memory allocation fails, osi_calloc() and osi_malloc() will trigger an assert. Bug: 27048759 Change-Id: I2791eb2f69c08f991f8fcdef10e101a41568cd95