Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c177773a authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Initialize pointer member of LibaryNamespaces" am: 205ae55b am:...

Merge "Initialize pointer member of LibaryNamespaces" am: 205ae55b am: a073a77b am: 4aef7b63 am: e1976312
am: 05979ecb

Change-Id: I9a4ca8bfbcfd96cbae4c61fe6e5d0c43a68b0e5e
parents 6f58d063 05979ecb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ using android::base::Result;
// object for a given ClassLoader.
class LibraryNamespaces {
 public:
  LibraryNamespaces() : initialized_(false) {}
  LibraryNamespaces() : initialized_(false), app_main_namespace_(nullptr) {}

  LibraryNamespaces(LibraryNamespaces&&) = default;
  LibraryNamespaces(const LibraryNamespaces&) = delete;