Merge pull request #1574 from warner83/master

Fixed a bug into tsch-schedule - tsch_schedule_add_link that causes d…
This commit is contained in:
Simon Duquennoy 2016-03-31 13:36:40 +02:00
commit 2b04888f16

View file

@ -191,6 +191,7 @@ tsch_schedule_add_link(struct tsch_slotframe *slotframe,
l = memb_alloc(&link_memb);
if(l == NULL) {
PRINTF("TSCH-schedule:! add_link memb_alloc failed\n");
tsch_release_lock();
} else {
static int current_link_handle = 0;
struct tsch_neighbor *n;