]> git.sesse.net Git - plocate/blobdiff - io_uring_engine.cpp
Release plocate 1.1.22.
[plocate] / io_uring_engine.cpp
index 63a3af78a86256ad4469443e6f872b4f890a43bc..be9366037ae0dbd9e3ad2f34f7c9995513f1d20a 100644 (file)
@@ -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
 }