diff --git a/experiments/xattr/approach1_async.c b/experiments/xattr/approach1_async.c index 422f0090..85156776 100644 --- a/experiments/xattr/approach1_async.c +++ b/experiments/xattr/approach1_async.c @@ -193,6 +193,7 @@ static int setAttr() for (i = 0; i < CALLS; i++) free(xkey[i]); + free(v1); return rc; } @@ -342,6 +343,11 @@ int main(int argc, char **argv) return 0; } + +static test(void) { + +} + /* * Local variables: * c-indentation-style: "K&R"