1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

dbg_free(tc->desc)

This commit is contained in:
Alasdair Kergon 2002-02-11 18:21:54 +00:00
parent a62ee8ad27
commit 33e8b747ac

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);
}