This commit is contained in:
Olof hagsand 2018-07-20 23:16:26 +02:00
parent b894c30bfb
commit deb89600ed
23 changed files with 50 additions and 31 deletions

View file

@ -531,6 +531,8 @@ from_client_unlock(clicon_handle h,
ok:
retval = 0;
done:
if (cbx)
cbuf_free(cbx);
return retval;
}