X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=io_uring_engine.cpp;h=be9366037ae0dbd9e3ad2f34f7c9995513f1d20a;hb=7f39444852308224240ebfb75e0bf8f39403afa0;hp=63a3af78a86256ad4469443e6f872b4f890a43bc;hpb=b46e943839851fbb5ca800a2dc8462f2347958db;p=plocate diff --git a/io_uring_engine.cpp b/io_uring_engine.cpp index 63a3af7..be93660 100644 --- a/io_uring_engine.cpp +++ b/io_uring_engine.cpp @@ -41,7 +41,7 @@ IOUringEngine::IOUringEngine(size_t slop_bytes) if (!supports_stat) { dprintf("io_uring on this kernel does not support statx(); will do synchronous access checking.\n"); } - free(probe); + io_uring_free_probe(probe); } #endif }