summaryrefslogtreecommitdiffstats
path: root/hacks/vfeedback.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/vfeedback.c')
-rw-r--r--hacks/vfeedback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hacks/vfeedback.c b/hacks/vfeedback.c
index 5b482a7..a2f32a0 100644
--- a/hacks/vfeedback.c
+++ b/hacks/vfeedback.c
@@ -599,6 +599,7 @@ vfeedback_free (Display *dpy, Window window, void *closure)
{
struct state *st = (struct state *) closure;
analogtv_release (st->tv);
+ free (st->rec.input);
if (st->pix)
XFreePixmap (dpy, st->pix);
XFreeGC (dpy, st->gc);