mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 01:17:59 +02:00
Fix a memory leak by removing accidentally duplicated code.
This commit is contained in:
parent
8919b6b324
commit
14e7883fae
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue