Add system/manifest.xml on device am: 12af8a6e3c am: 29a4730135
am: cf7c3d7b04

Change-Id: Ieff6ef8f199d39d21917436cddc6413bb087dd37
diff --git a/base/HidlSupport.cpp b/base/HidlSupport.cpp
index 6f04838..7add055 100644
--- a/base/HidlSupport.cpp
+++ b/base/HidlSupport.cpp
@@ -149,6 +149,7 @@
 }
 
 void hidl_handle::setTo(native_handle_t* handle, bool shouldOwn) {
+    freeHandle();
     mHandle = handle;
     mOwnsHandle = shouldOwn;
 }