summaryrefslogtreecommitdiff
path: root/include/xine/scratch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xine/scratch.h')
-rw-r--r--include/xine/scratch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/scratch.h b/include/xine/scratch.h
index c0e591d31..1029276e3 100644
--- a/include/xine/scratch.h
+++ b/include/xine/scratch.h
@@ -51,6 +51,6 @@ struct scratch_buffer_s {
pthread_mutex_t lock;
};
-scratch_buffer_t *_x_new_scratch_buffer (int num_lines) XINE_PROTECTED;
+scratch_buffer_t *_x_new_scratch_buffer (int num_lines) XINE_MALLOC XINE_PROTECTED;
#endif