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

Commit 7b6a8cba authored by Greg Hackmann's avatar Greg Hackmann Committed by Android Git Automerger
Browse files

am 679e2c25: am 9101878d: Merge "logd: fix LogStatistics::format freeing wrong pointer"

* commit '679e2c25':
  logd: fix LogStatistics::format freeing wrong pointer
parents 8f2a205f 679e2c25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@ void LogStatistics::format(char **buf,
    static const unsigned short spaces_total = 19;

    if (*buf) {
        free(buf);
        free(*buf);
        *buf = NULL;
    }