src.ctf.fs: don't call ds_file_munmap on failure in ds_file_mmap_next
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.c
index 1dacf230e5913e58a1d01881f569d81fd49778a1..0234a8f8abb7c37d3af7d72cf40348176dfc8426 100644 (file)
@@ -125,7 +125,6 @@ enum ctf_msg_iter_medium_status ds_file_mmap_next(
 
        goto end;
 error:
-       ds_file_munmap(ds_file);
        ret = CTF_MSG_ITER_MEDIUM_STATUS_ERROR;
 end:
        return ret;
This page took 0.023977 seconds and 4 git commands to generate.