otAddUnicastAddress Doesn't Hold onto External Pointers (#504)

* Modify ot*UnicastAddress functions to use internal memory instead of holding onto an external memory address.
This commit is contained in:
Nick Banks
2016-09-02 16:17:08 -07:00
committed by Jonathan Hui
parent 73060ae8e1
commit 511ade5293
9 changed files with 190 additions and 107 deletions
-1
View File
@@ -192,7 +192,6 @@ private:
static void HandleLinkPcapReceive(const RadioPacket *aFrame, void *aContext);
static const struct Command sCommands[];
static otNetifAddress sAddress;
static Ip6::MessageInfo sMessageInfo;
static Server *sServer;