mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 17:17:45 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user