On 09.01.23 18:53, Nathan Bossart wrote:>> + nativePath = pstrdup(path);>> + make_native_path(nativePath);> >> + nativePath = pstrdup(xlogpath);>> + make_native_path(nativePath);> > Should these be freed?
committed with that fixed