mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 14:56:37 +02:00
a153a2cce3
Often you have default values for the config, and then a subsequent config parsing run would overwrite the return value (= memory leak), merging/appending would make no sense either, so it would force a free in all code before calling us, well... let's just deal with it ourselves instead then ;)