Index: uspace/drv/test/test1/test1.c
===================================================================
--- uspace/drv/test/test1/test1.c	(revision 5203e2569a38ea677d1b3f202650bb36f9609583)
+++ uspace/drv/test/test1/test1.c	(revision 8ad496d2a8d4b15e1f5cad0beeaaf4be44aef4e1)
@@ -74,5 +74,5 @@
 	}
 
-	rc = ddf_fun_add_match_id(fun, str_dup(match_id), match_score);
+	rc = ddf_fun_add_match_id(fun, match_id, match_score);
 	if (rc != EOK) {
 		ddf_msg(LVL_ERROR, "Failed adding match IDs to function %s",
