From faf6405d9e382fdfd1af53e1cf53277c9760cf8e Mon Sep 17 00:00:00 2001 From: Ahmed Yarub Hani Al Nuaimi Date: Thu, 9 Sep 2021 09:35:09 -0300 Subject: [PATCH] Fix indentation --- kubernetes/config/authn_plugin/authn_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/config/authn_plugin/authn_plugin.c b/kubernetes/config/authn_plugin/authn_plugin.c index 15dacf8..3cd25bb 100644 --- a/kubernetes/config/authn_plugin/authn_plugin.c +++ b/kubernetes/config/authn_plugin/authn_plugin.c @@ -54,7 +54,7 @@ authn_plugin_t *create_authn_plugin(const char *name) return plugin; - error: +error: free_authn_plugin(plugin); plugin = NULL; return plugin;