From 73ef7c8aabb3373603b0b863cbb9f27d3d323a57 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 14 Mar 2002 04:31:49 +0000 Subject: Ewald Snel's latest memory leak fixes CVS patchset: 1567 CVS date: 2002/03/14 04:31:49 --- src/xine-engine/video_out.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/video_out.h') diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 96b7927c5..5fe24da4f 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.48 2002/03/10 21:16:14 miguelfreitas Exp $ + * $Id: video_out.h,v 1.49 2002/03/14 04:31:49 miguelfreitas Exp $ * * * xine version of video_out.h @@ -344,6 +344,8 @@ struct vo_overlay_s { struct video_overlay_instance_s { void (*init) (video_overlay_instance_t *this_gen); + void (*dispose) (video_overlay_instance_t *this_gen); + int32_t (*get_handle) (video_overlay_instance_t *this_gen, int object_type ); void (*free_handle) (video_overlay_instance_t *this_gen, int32_t handle); -- cgit v1.2.3