Fix usage of shared_ptr for array which may cause a undefined behaviour (use unique_p...
authorIlia K <ki.stfu@gmail.com>
Thu, 26 Feb 2015 13:28:58 +0000 (13:28 +0000)
committerIlia K <ki.stfu@gmail.com>
Thu, 26 Feb 2015 13:28:58 +0000 (13:28 +0000)
commit48fd3f62b964103f22031daed6e44970209a3372
tree6bd62e4aa01ea21b68c9017d3cf44d390c587c3f
parente08dc42a73a97e543baa0a5023d91f59174305c3
Fix usage of shared_ptr for array which may cause a undefined behaviour (use unique_ptr instead)

llvm-svn: 230630
lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp