]> git.sesse.net Git - vlc/commit
Use malloc(1) as cookie rather than malloc(0)
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 1 May 2008 18:24:07 +0000 (21:24 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 1 May 2008 18:24:07 +0000 (21:24 +0300)
commit992e35f10497e5509ed588d643a1ef26b3422f6b
treebb7758ba33b22cb8ce89957f4aa4c036f551db2c
parent78880d35f3b4b38c909ede5b37b4879639bffb70
Use malloc(1) as cookie rather than malloc(0)

malloc(0) can legally be NULL (or not unique).
modules/stream_out/dummy.c