ifcfg-rh: fix leak writing out certificate blobs

This commit is contained in:
Dan Williams 2011-03-02 22:27:44 -06:00
parent 36294ddbce
commit c9246b53ff

View file

@ -151,6 +151,7 @@ write_secret_file (const char *path,
success = TRUE;
out:
g_free (tmppath);
return success;
}