]> sourceware.org Git - lvm2.git/commit
gcc: drop const specifier from allocated string
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 30 May 2024 18:41:28 +0000 (20:41 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 3 Jun 2024 13:30:05 +0000 (15:30 +0200)
commit76ca20a9afc9a05426f06a9c1b894cd2074329c5
treeb042183c1f2529a6eea0f475b0f6ef39223d2370
parent524df486b36f1aca29364be50f383a1b8aff9fc8
gcc: drop const specifier from allocated string

Use nornal (char*) for pointers we should free().
lib/device/device_id.c
lib/device/device_id.h
This page took 0.037877 seconds and 5 git commands to generate.