Assigning NULL to a local variable (a pointer) at the end of function
does not have any effect as this NULL is not passed outside.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com>
---
src/snep.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/snep.c b/src/snep.c
index a1e90243c020..737060139b07 100644
--- a/src/snep.c
+++ b/src/snep.c
@@ -206,7 +206,6 @@ static void free_snep_core_fragment(gpointer data)
g_free(fragment->data);
g_free(fragment);
- fragment = NULL;
}
static void free_snep_core_push_data(gpointer userdata, int status)
--
2.27.0