diff options
author | Max Kellermann <max@duempel.org> | 2008-04-12 04:16:03 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-04-12 04:16:03 +0000 |
commit | c9d80d609057a0b34d1cb7caba34f8071c92122b (patch) | |
tree | 2767b4c03b9fc578002e9f2f5434f44562444345 /src/interface.c | |
parent | 1d18ca69092c4ea25aea7da87907c879af435a3d (diff) | |
download | mpd-c9d80d609057a0b34d1cb7caba34f8071c92122b.tar.gz mpd-c9d80d609057a0b34d1cb7caba34f8071c92122b.tar.xz mpd-c9d80d609057a0b34d1cb7caba34f8071c92122b.zip |
use free()/malloc() instead of realloc()
When growing the audioOutput->convBuffer, we can use free()+malloc()
instead of realloc(), which saves a memcpy().
git-svn-id: https://svn.musicpd.org/mpd/trunk@7295 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/interface.c')
0 files changed, 0 insertions, 0 deletions