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

Commit 679e2c25 authored by Greg Hackmann's avatar Greg Hackmann Committed by Android Git Automerger
Browse files

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

* commit '9101878d':
  logd: fix LogStatistics::format freeing wrong pointer
parents 1a09a804 9101878d
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;
    }