diff --git a/libs/video/targets/in_x11.c b/libs/video/targets/in_x11.c index 118ce87d1..f784e23a6 100644 --- a/libs/video/targets/in_x11.c +++ b/libs/video/targets/in_x11.c @@ -159,7 +159,7 @@ selection_notify (XEvent * event) if (XGetWindowProperty (x_disp, x_win, property, 0, num_bytes, True, AnyPropertyType, &type, &format, &len, &tmp, &data) != Success) { - XFree (data); //FIXME is this correct for his instance? + XFree (data); //FIXME is this correct for this instance? return; }