dbus: Fix build without os_free available as a pointer
authorJouni Malinen <j@w1.fi>
Sat, 26 Dec 2009 14:20:37 +0000 (16:20 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 26 Dec 2009 14:20:37 +0000 (16:20 +0200)
commitd114fcabbf041e11c59750957485db7397caf998
treeb1de1e374625567716e90949af0dc89ad80ad239
parentac68f031a78fbe6c0145fcd7a20f74ff493184f2
dbus: Fix build without os_free available as a pointer

Need to add a wrapper function to be able to handle the need for
having a function pointer for freeing function for dbus use.
wpa_supplicant/dbus/dbus_new.c