diff options
-rw-r--r-- | src/ipcpd/normal/pol/graph.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipcpd/normal/pol/graph.c b/src/ipcpd/normal/pol/graph.c index 99d309bd..41a27207 100644 --- a/src/ipcpd/normal/pol/graph.c +++ b/src/ipcpd/normal/pol/graph.c @@ -584,6 +584,8 @@ static int add_lfa_to_table(struct list_head * table, } } + free(n); + return -1; } |