DescriptionAdd missing free for the allocated memory from vasprintf().
The XMLDocumentParser::error() returns without deleting the
allocated memory from vasprintf() and this can make memory leak.
To prevent the memory leak, free the memory before return.
BUG=21347002
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155304
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|