Diff between 575778a45f84a665e66074ef1e86926e5380f42e and 6270ad35b2f7b71dbc0a76b825f2f3ca07f936d2

Changed Files

File Additions Deletions Status
client/player.c +1 -1 modified

Full Patch

diff --git a/client/player.c b/client/player.c
index 3e9a457..0c59db6 100644
--- a/client/player.c
+++ b/client/player.c
@@ -1340,7 +1340,7 @@ static uint8_t *str2bytearray(char *arg, size_t *val_len)
 
 	*val_len = i;
 
-	return g_memdup(value, i);
+	return util_memdup(value, i);
 }
 
 static void select_config_response(const char *input, void *user_data)