Commit 8829e16f authored by Marc-André Lureau's avatar Marc-André Lureau
Browse files

tests: fix e1000-test leak

parent 34779e8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ int main(int argc, char **argv)

        path = g_strdup_printf("e1000/%s", models[i]);
        qtest_add_data_func(path, models[i], test_device);
        g_free(path);
    }

    return g_test_run();