small style fix

This commit is contained in:
William Hubbs 2012-01-20 21:38:13 -06:00
parent c529a57650
commit 85c90f9a1d

View File

@ -266,6 +266,7 @@ static RC_STRINGLIST *rc_config_override(RC_STRINGLIST *config)
free(tmp);
free(value);
}
rc_stringlist_free(overrides);
return config;
}