Skip to content

Commit

Permalink
Rename last pico_free to PICO_FREE
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevince committed Oct 27, 2015
1 parent d4e3539 commit c131639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pico_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ int pico_ipv4_link_del(struct pico_device *dev, struct pico_ip4 address)
PICO_FREE(g);
}
} while(0);
pico_free(found->MCASTGroups);
PICO_FREE(found->MCASTGroups);
#endif

pico_ipv4_cleanup_routes(found);
Expand Down

0 comments on commit c131639

Please sign in to comment.