diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_pnm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_pnm.c b/src/input/input_pnm.c index 35f4ea2d1..2ea03f072 100644 --- a/src/input/input_pnm.c +++ b/src/input/input_pnm.c @@ -226,7 +226,7 @@ static input_plugin_t *open_plugin (input_class_t *cls_gen, xine_stream_t *strea return NULL; } - this = (pnm_input_plugin_t *) malloc (sizeof (pnm_input_plugin_t)); + this = (pnm_input_plugin_t *) xine_xmalloc (sizeof (pnm_input_plugin_t)); this->pnm = pnm; this->mrl = mrl; |