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

Commit d7e8cd7a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix double close in btif.cc's dump."

parents 3f88e806 fb166391
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -326,8 +326,6 @@ static void dump(int fd, const char** arguments) {
#if (BTSNOOP_MEM == TRUE)
  btif_debug_btsnoop_dump(fd);
#endif

  close(fd);
}

static void dumpMetrics(std::string* output) {