Skip to content
Commit e485264f authored by George Burgess IV's avatar George Burgess IV Committed by George Burgess
Browse files

MTP: fix a memory leak

We unconditionally leak every instance that we `new` of this. Move it to
the stack to fix this, since it doesn't need to be on the heap.

Bug: 188752500
Test: TreeHugger

Change-Id: I24ed3bb29c5a6912398a9e00e7748fd406cf6a62
parent e8ad8b7f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment