Browse Source

lavf: dealloc private options in av_write_trailer

Fix the iformat/oformat typo.
tags/n0.10
Luca Barbato 14 years ago
parent
commit
4badb386ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/utils.c

+ 1
- 1
libavformat/utils.c View File

@@ -3261,7 +3261,7 @@ fail:
av_freep(&s->streams[i]->priv_data);
av_freep(&s->streams[i]->index_entries);
}
if (s->iformat && s->iformat->priv_class)
if (s->oformat->priv_class)
av_opt_free(s->priv_data);
av_freep(&s->priv_data);
return ret;


Loading…
Cancel
Save