Commit 5d1b8d10 authored by Marc Vef's avatar Marc Vef
Browse files

ifs: Fuse client config crash bug fixed

parent 28292dce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ static hg_return_t ipc_srv_fs_config(hg_handle_t handle) {

    out.mountdir = nullptr;
    out.rootdir = nullptr;
    out.hosts_raw = nullptr;

    // Destroy handle when finished
    HG_Free_input(handle, &in);