Fix a memory leak by removing accidentally duplicated code.

This commit is contained in:
Carl Worth 2006-07-01 00:00:43 +02:00
parent 8919b6b324
commit 14e7883fae

View file

@ -1468,11 +1468,6 @@ cairo_test_for_target (cairo_test_t *test,
srcdir = ".";
format = _cairo_test_content_name (target->content);
if (dev_offset)
xasprintf (&offset_str, "-%d", dev_offset);
else
offset_str = strdup("");
if (dev_offset)
xasprintf (&offset_str, "-%d", dev_offset);
else