util/Alloc: new library replacing GLib's g_malloc()
This commit is contained in:
@@ -72,7 +72,7 @@ osx_output_configure(OSXOutput *oo, const config_param ¶m)
|
||||
}
|
||||
else {
|
||||
oo->component_subtype = kAudioUnitSubType_HALOutput;
|
||||
/* XXX am I supposed to g_strdup() this? */
|
||||
/* XXX am I supposed to strdup() this? */
|
||||
oo->device_name = device;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user