Skip to content

Commit

Permalink
[drouting] dr_api removed unnecessary label
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-datcu committed Sep 4, 2014
1 parent f0c2bf7 commit 82e6e1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/drouting/dr_api_internal.c
Expand Up @@ -104,9 +104,6 @@ static dr_head_p create_dr_head(void)
memset(new->pt, 0, sizeof(ptree_t));

return new;
error:
shm_free(new);
return NULL;
}

static void free_dr_head(dr_head_p partition)
Expand Down

0 comments on commit 82e6e1c

Please sign in to comment.