projects
/
platform
/
core
/
api
/
peripheral-io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5f83e
)
gpio: fix deallocator mismatch
72/262872/1
author
Youngjae Cho
<y0.cho@samsung.com>
Mon, 23 Aug 2021 01:40:50 +0000
(18:40 -0700)
committer
Youngjae Cho
<y0.cho@samsung.com>
Mon, 23 Aug 2021 01:42:26 +0000
(18:42 -0700)
Change-Id: Ia613bf7bb89d566245bb22103067d3e69ce9190c
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/peripheral_gpio_modern_api.c
patch
|
blob
|
history
diff --git
a/src/peripheral_gpio_modern_api.c
b/src/peripheral_gpio_modern_api.c
index d63c60d129a0a8a4922d75843f659ae22d35cc26..6b596045bc4c8fb5aa705f50752190b45d542560 100644
(file)
--- a/
src/peripheral_gpio_modern_api.c
+++ b/
src/peripheral_gpio_modern_api.c
@@
-75,7
+75,7
@@
GHashTable *gpio_modern_read_chip_to_base_config()
g_autoptr(GError) gerror = NULL;
gint base = g_key_file_get_integer(conf, groups[i], "base", &gerror);
if (gerror != NULL) {
- free(name);
+
g_
free(name);
return NULL;
}