BT_Ext: Fix static analyss issues [2/2]

- This patch will fix static analysis issues in BT

CRs-Fixed: 2516891
Change-Id: Ibb996196a3965b3b2c64dadec1d8a5950b91f771
diff --git a/system_bt_ext/osi/src/vnd_log.cc b/system_bt_ext/osi/src/vnd_log.cc
index 4fb9a64..67219a7 100644
--- a/system_bt_ext/osi/src/vnd_log.cc
+++ b/system_bt_ext/osi/src/vnd_log.cc
@@ -127,6 +127,7 @@
   if(socket_local_server_bind(listen_socket_local, LOCAL_SOCKET_NAME,
       ANDROID_SOCKET_NAMESPACE_ABSTRACT) < 0) {
     LOG_ERROR(LOG_TAG, "Failed to create Local Socket (%s)", strerror(errno));
+    close(listen_socket_local);
     return -1;
   }