Commit 3d6f0daf authored by Federico G. Schwindt's avatar Federico G. Schwindt

Plug an insignificant memleak

Reported by LSAN.
parent 8cde66ba
......@@ -266,6 +266,7 @@ VSM_Destroy(struct vsm **vdp)
VSC_Delete(vd->vsc);
VSM_ResetError(vd);
free(vd->dname);
free(vd->iname);
FREE_OBJ(vd);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment