summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 428613f)
raw | patch | inline | side by side (parent: 428613f)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 09:44:41 +0000 (11:44 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 09:44:41 +0000 (11:44 +0200) |
[src/liboconfig/oconfig.c:224]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
src/liboconfig/oconfig.c | patch | blob | history |
index ca7f958f7e02da6d07dfdb6644b182bb0ea3d420..cfe9c5a1450fb5588c341fca56aadcc8a1f35a2f 100644 (file)
--- a/src/liboconfig/oconfig.c
+++ b/src/liboconfig/oconfig.c
{
oconfig_free_all (ci);
free (ci);
- ci = NULL;
}
/*