X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Flibnfs.c;h=c660db3ecf11211c732003e2abb686459b01c5c0;hb=ecc656491ab12ad0fab36727a9a71751448b148c;hp=910e4d2cc5a1b054a22d4df4dcd9789324c96b6f;hpb=b41762c0d85faddf7a2d553c164abd6f881be398;p=deb_libnfs.git diff --git a/lib/libnfs.c b/lib/libnfs.c index 910e4d2..c660db3 100644 --- a/lib/libnfs.c +++ b/lib/libnfs.c @@ -2594,7 +2594,6 @@ int nfs_mknod_async(struct nfs_context *nfs, const char *path, int mode, int dev /* data->path now points to the parent directory, and beyond the nul terminateor is the new directory to create */ if (nfs_lookuppath_async(nfs, cb_data->path, cb, private_data, nfs_mknod_continue_internal, cb_data, free_mknod_cb_data, 0) != 0) { rpc_set_error(nfs->rpc, "Out of memory: failed to start parsing the path components"); - free_mknod_cb_data(cb_data); return -1; }