This reverts commit
26d1b60f4984fe71005c4f1a99691e714920f33c.
Additionally a comment is added so anyone looking at Coverity output
will not be tempted to "fix" it again.
Closes: #560
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
err:
fclose(f);
- free(option_source);
privileged_option = oldpriv;
option_source = oldsource;
+
+ /* Note that we usually leak option_source here. This is OK
+ * since this code is only run during startup. Other places
+ * makes copies of the pointer (shallow copy), and as such we
+ * have no choice but to leak that here */
return ret;
}