summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-03-25 13:16:11 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2017-03-28 10:24:54 +0200
commitd3393da62009e49b5724f8ff3d901c244ab8d557 (patch)
treedbc8d3b1104f07d62aabd2b40ff628e2ea70e9b4
parent0bbd4b30d618acd50bf2d6d09facf3e5f814e4ff (diff)
downloadouroboros-d3393da62009e49b5724f8ff3d901c244ab8d557.tar.gz
ouroboros-d3393da62009e49b5724f8ff3d901c244ab8d557.zip
ipcpd: normal: Fix compilation issue
-rw-r--r--src/ipcpd/normal/fmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/fmgr.c b/src/ipcpd/normal/fmgr.c
index d2966d0c..a8a9ba58 100644
--- a/src/ipcpd/normal/fmgr.c
+++ b/src/ipcpd/normal/fmgr.c
@@ -494,7 +494,7 @@ int fmgr_np1_alloc(int fd,
return -1;
}
- free(buf->data);
+ free(buf.data);
fmgr.np1_fd_to_cep_id[fd] = cep_id;
fmgr.np1_cep_id_to_fd[cep_id] = fd;