From: David Flynn <[email protected]>
Signed-off-by: David Flynn <[email protected]> --- schroedinger/schrodecoder.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/schroedinger/schrodecoder.c b/schroedinger/schrodecoder.c index 957c15d..439f8aa 100644 --- a/schroedinger/schrodecoder.c +++ b/schroedinger/schrodecoder.c @@ -419,6 +419,8 @@ schro_picture_unref (SchroPicture *picture) if (picture->ref0) schro_picture_unref (picture->ref0); if (picture->ref1) schro_picture_unref (picture->ref1); + if (picture->tag_free) picture->tag_free (picture->tag); + schro_free (picture); } } -- 1.5.6.5 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Schrodinger-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/schrodinger-devel
