mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-08-17 03:56:32 +00:00
commit
35a19401d6
@ -377,6 +377,7 @@ void searpc_free_client_with_pipe_transport (SearpcClient *client)
|
|||||||
close(pipe_client->pipe_fd);
|
close(pipe_client->pipe_fd);
|
||||||
#endif
|
#endif
|
||||||
g_free (pipe_client);
|
g_free (pipe_client);
|
||||||
|
g_free (data->service);
|
||||||
g_free (data);
|
g_free (data);
|
||||||
searpc_client_free (client);
|
searpc_client_free (client);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user