1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-19 07:33:14 +03:00

dbg_free(tc->desc)

This commit is contained in:
Alasdair Kergon
2002-02-11 18:21:54 +00:00
parent 0fa2a78dce
commit 9eb6cad8dc

View File

@@ -158,6 +158,7 @@ static void _destroy(struct format_instance *fi)
struct text_c *tc = (struct text_c *) fi->private;
dbg_free(tc->path);
dbg_free(tc->desc);
dbg_free(tc);
dbg_free(fi);
}