T-TEST: Fix use-after-free with TEMPORARY and independent samples.
[pspp-builds.git] / tests / output / render-test.c
index 54878d803fe2778c11c3df1db19439aa74f5129c..e325dbb16d9ba35fae564bb2a9fb3b7327fb02f9 100644 (file)
@@ -104,13 +104,12 @@ configure_drivers (int width, int length)
 #ifdef HAVE_CAIRO
   /* Render to render.pdf. */
   string_map_insert (&options, "output-file", "render.pdf");
-  string_map_insert (&options, "headers", "off");
   string_map_insert (&options, "top-margin", "0");
   string_map_insert (&options, "bottom-margin", "0");
   string_map_insert (&options, "left-margin", "0");
   string_map_insert (&options, "right-margin", "0");
   string_map_insert_nocopy (&options, xstrdup ("paper-size"),
-                            xasprintf ("%dx%dpt", width * 5, length * 6));
+                            xasprintf ("%dx%dpt", width * 5, length * 8));
   driver = output_driver_create (&options);
   if (driver == NULL)
     exit (EXIT_FAILURE);