Branch: refs/heads/master
  Home:   https://github.com/mltframework/mlt
  Commit: 7977fde78cc3dedee38308e29b59305c950d8678
      
https://github.com/mltframework/mlt/commit/7977fde78cc3dedee38308e29b59305c950d8678
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M src/framework/mlt_property.c

  Log Message:
  -----------
  Fix crash in clear_property() with mlt_animation.

This happens when switching a rect property between animated and not.
When not animated, the destructor gets set to free(mlt_rect). Then, when
animated, the data pointer was set to the animation object.
Subsequently, in clear_property() both the destructor and
mlt_animation_clear() are called resulting in a double free.



      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to