~gnash/gnash/git-trunk

Viewing all changes in revision 14937.

  • Committer: Bastiaan Jacques
  • Date: 2016-07-17 19:30:42 UTC
  • Revision ID: git-v1:889485d16a2ddca73bffb4622f0e9360a0267e5d
Fix double free.

AVIOContext takes ownership of the passed buffer, and may decide
to reallocate it, causing us to double-free the pointer we originally
passed to avio_alloc_context.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: