summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-14 21:28:26 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-14 21:28:26 +0100
commita13815e68127caa42c0f1040506755ba18f83f4c (patch)
treed8ac0f81f1b6d29b5e8670e17d80269b07d8480e /src
parent60349ff93d445baa1573d0db536838bb8305a80c (diff)
downloadxine-lib-a13815e68127caa42c0f1040506755ba18f83f4c.tar.gz
xine-lib-a13815e68127caa42c0f1040506755ba18f83f4c.tar.bz2
Remove a memset() rendered pointless by use of calloc().
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_qt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c
index 16a6c7bf2..0988c1dff 100644
--- a/src/demuxers/demux_qt.c
+++ b/src/demuxers/demux_qt.c
@@ -952,7 +952,6 @@ static qt_error parse_trak_atom (qt_trak *trak,
last_error = QT_NO_MEMORY;
goto free_trak;
}
- memset(trak->stsd_atoms, 0, trak->stsd_atoms_count * sizeof(properties_t));
atom_pos = i + 0x10;
properties_offset = 0x0C;