forked from crosswalk-project/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MidiManagerAlsa: memory leak fix of snd_midi_event_t
There was an error path that caused memory leaks of snd_midi_event_t. This patch enforces all code path to use ScopedSndMidiEventPtr. Bug: 759756 Change-Id: Icc2f85fccc66ad9714af18ed5bd90c7f009f4dbb Reviewed-on: https://chromium-review.googlesource.com/643030 Reviewed-by: Adam Goode <[email protected]> Commit-Queue: Takashi Toyoshima <[email protected]> Cr-Commit-Position: refs/heads/master@{#499133}
- Loading branch information
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters