summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/normal/graph.c')
-rw-r--r--src/ipcpd/normal/graph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipcpd/normal/graph.c b/src/ipcpd/normal/graph.c
index 85bb3fe2..2a7dbd9a 100644
--- a/src/ipcpd/normal/graph.c
+++ b/src/ipcpd/normal/graph.c
@@ -167,6 +167,8 @@ void graph_destroy(struct graph * graph)
pthread_mutex_unlock(&graph->lock);
pthread_mutex_destroy(&graph->lock);
+
+ free(graph);
}
int graph_add_edge(struct graph * graph,