options: Make dynamic dup hack work with new options
commitbb12a33f9ae0b5cbf628e6f4e0218736a89e481f
authorUoti Urpala <uau@symbol.nonexistent.invalid>
Wed, 30 Apr 2008 16:34:26 +0000 (30 19:34 +0300)
committerUoti Urpala <uau@symbol.nonexistent.invalid>
Wed, 30 Apr 2008 16:34:48 +0000 (30 19:34 +0300)
tree3eb6c268cd1206c0eb1387982218be493d388c8d
parente61ac5e9cb870c03e2404f5dd19cb0bb25aab80c
options: Make dynamic dup hack work with new options

The option system has a hack that converts default values (potentially
constants) of dynamically allocated options to allocated ones when the
options are first added to the config system, so that all values can
be equally freed later. Make this work with new-style options in the
option struct too.
m_config.c