Remove out-of-line uses of qMalloc/qFree/qRealloc.
authorRobin Burchell <robin.burchell@collabora.com>
Fri, 6 Jan 2012 18:31:00 +0000 (19:31 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sun, 15 Jan 2012 09:58:20 +0000 (10:58 +0100)
commitb228ff95d763fc954ffe34b2fdbc73d88ed25758
treeaf203f05500c9bbae7deb2ddd9316e60d779432c
parent0c88091bfc8d32c23cb62473b229d96437ec664d
Remove out-of-line uses of qMalloc/qFree/qRealloc.

Per http://codereview.qt-project.org/#change,11562,  we are trying to
remove these in favour of direct allocation,  or (in the case of inline code)
specialised out-of-line wrappers.

Change-Id: If3fb6c4851633bdbb2b2771de0180c668bb01d14
Reviewed-by: Mithra Pattison <mithra.pattison@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
src/multimedia/audio/qaudiodeviceinfo_mac_p.cpp
src/multimedia/audio/qaudioinput_mac_p.cpp