src/simple_hello.c
changeset 27 461be4cd34a3
parent 10 e74c23297b11
equal deleted inserted replaced
26:61668c57f4bb 27:461be4cd34a3
    57     // clean shutdown
    57     // clean shutdown
    58 
    58 
    59 error :
    59 error :
    60     // cleanup
    60     // cleanup
    61     if (ctx.ev_fuse)
    61     if (ctx.ev_fuse)
    62         evfuse_close(ctx.ev_fuse);
    62         evfuse_free(ctx.ev_fuse);
    63 
    63 
    64 /*
    64 /*
    65     if (ctx.fs)
    65     if (ctx.fs)
    66         simple_close(ctx.fs);
    66         simple_close(ctx.fs);
    67 */
    67 */