summaryrefslogtreecommitdiff
path: root/src/vdr/post_vdr_audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vdr/post_vdr_audio.c')
-rw-r--r--src/vdr/post_vdr_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr/post_vdr_audio.c b/src/vdr/post_vdr_audio.c
index ca45ecd35..49de8f9cf 100644
--- a/src/vdr/post_vdr_audio.c
+++ b/src/vdr/post_vdr_audio.c
@@ -71,7 +71,7 @@ static void vdr_audio_port_put_buffer(xine_audio_port_t *port_gen, aud
void *vdr_audio_init_plugin(xine_t *xine, void *data)
{
- post_class_t *class = (post_class_t *)malloc(sizeof (post_class_t));
+ post_class_t *class = (post_class_t *)xine_xmalloc(sizeof (post_class_t));
if (!class)
return NULL;