summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
diff options
context:
space:
mode:
authorsaintdev <[email protected]>2007-03-31 06:55:02 +0000
committersaintdev <[email protected]>2007-03-31 06:55:02 +0000
commit2338338511e4b1ef3ec5e85606900a846efa2b42 (patch)
treec33957efc6c20bd8a2cab6c30bbb689b3e5b88fd /libhb/sync.c
parent18cd105e9a40beccc264178dba69b8b89926a121 (diff)
Fix about 156,199 bytes of leaked memory.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@469 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/sync.c')
-rw-r--r--libhb/sync.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/sync.c b/libhb/sync.c
index 22266ec63..b8f49fd01 100644
--- a/libhb/sync.c
+++ b/libhb/sync.c
@@ -135,6 +135,9 @@ void syncClose( hb_work_object_t * w )
src_delete( pv->sync_audio[i].state );
}
}
+
+ free( pv );
+ w->private_data = NULL;
}
/***********************************************************************