On 2014/11/14 17:29, Markus Armbruster wrote:
zhanghailiang writes:
In function connect_to_qemu(), getaddrinfo() will allocate memory
that is stored into server, it should be freed by using freeaddrinfo()
before connect_to_qemu() return.
Signed-off-by: zhanghailiang
---
v2:
- fix typo in tit
zhanghailiang writes:
> In function connect_to_qemu(), getaddrinfo() will allocate memory
> that is stored into server, it should be freed by using freeaddrinfo()
> before connect_to_qemu() return.
>
> Signed-off-by: zhanghailiang
> ---
> v2:
> - fix typo in title ;)
> ---
> libcacard/vscclient
In function connect_to_qemu(), getaddrinfo() will allocate memory
that is stored into server, it should be freed by using freeaddrinfo()
before connect_to_qemu() return.
Signed-off-by: zhanghailiang
---
v2:
- fix typo in title ;)
---
libcacard/vscclient.c | 7 ++-
1 file changed, 6 insertion