X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-ws.c;h=b4c00dfea8fa5ead5dc027a32364b2fce1f7b826;hb=c94e1ef88adc641ebbab57377b97f8a7b6a70d1b;hp=663170eee6119986b30e954bc23084bc1e15e1dc;hpb=f841be6864963916cb5536c8bcb0c409ba0afdff;p=src%2Fapp-framework-binder.git 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 */