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

Commit 925b88da authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: fix a bug introduced as part of changes done for fixing memroy leak"

parents f142f1b9 cde45d13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1699,7 +1699,7 @@ void platform_get_parameters(void *platform,

    kv_pairs = str_parms_to_str(reply);
    ALOGV_IF(kv_pairs != NULL, "%s: exit: returns - %s", __func__, kv_pairs);
    free(reply);
    free(kv_pairs);
}

/* Delay in Us */