kleopatra999 / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

trivial memory leak in vpxdec.c #961

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
vpxdec.c won't free the variable argv (created by argv_dup) if the usage info 
is shown. Fix is trivial, call free before usage_exit.

See attached patch.

Original issue reported on code.google.com by hanno@hboeck.de on 24 Feb 2015 at 10:23

Attachments:

GoogleCodeExporter commented 9 years ago
Please see patch:
https://gerrit.chromium.org/gerrit/#/c/73857/

Please send me your full name if you would like to your full name be recognized 
as the author of this commit. Thanks.

Original comment by ya...@google.com on 24 Feb 2015 at 11:51

GoogleCodeExporter commented 9 years ago
Hanno Böck is my full name, thanks.

Original comment by hanno@hboeck.de on 24 Feb 2015 at 11:53

GoogleCodeExporter commented 9 years ago
merged fix

Original comment by ya...@google.com on 26 Feb 2015 at 11:04