summaryrefslogtreecommitdiff
path: root/rest/rest-param.c
diff options
context:
space:
mode:
Diffstat (limited to 'rest/rest-param.c')
-rw-r--r--rest/rest-param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/rest-param.c b/rest/rest-param.c
index 8ad105f..1f6f73c 100644
--- a/rest/rest-param.c
+++ b/rest/rest-param.c
@@ -89,7 +89,7 @@ rest_param_new_full (const char *name,
param = g_slice_new0 (RestParam);
if (use == REST_MEMORY_COPY) {
- data = g_memdup (data, length);
+ data = g_memdup2 (data, length);
use = REST_MEMORY_TAKE;
}