commit | 64faef1e4a1c9b1bbc7521c7c323e9e783e4796e | [log] [tgz] |
---|---|---|
author | Sachin Mohan Gadag <sgadag@codeaurora.org> | Thu Apr 19 12:02:32 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Oct 25 05:24:57 2018 -0700 |
tree | a3e5034b66b25756e2efec31fca3eb3ba619a9f1 | |
parent | cb5b57891769acd7d9a8e6081c326c16e072664c [diff] |
mm-audio: Remove malloc allocation for ptr pointer Currently free of ptr pointer is failing because ptr pointer is not pointing to base address of malloc function. Reason is, strtoul api stores the address of the first invalid character of input string parameter to ptr pointer. Hence removing malloc allocation is not required as value of ptr pointer will be first invalid input string address. Change-Id: I612002b15594b666bf9053c3e49bc62a7efb86ee