diff options
-rw-r--r-- | src/afb-api-ws.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-api-ws.c b/src/afb-api-ws.c index 663170ee..b4c00dfe 100644 --- a/src/afb-api-ws.c +++ b/src/afb-api-ws.c @@ -797,6 +797,7 @@ static void api_ws_client_on_binary(void *closure, char *data, size_t size) break; } } + free(data); } /* on call, propagate it to the ws service */ |