]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/globals.c
Move raster functions into libcups, with stubs that call back to libcups in libcupsimage.
[thirdparty/cups.git] / cups / globals.c
index d67c752ce6f54bf652ab7f17dd32d21b980dd397..fde4d133fa947ea12689b0375526f93f8d442c0d 100644 (file)
@@ -352,6 +352,9 @@ cups_globals_free(_cups_globals_t *cg)      /* I - Pointer to global data */
 
   cupsFreeOptions(cg->cupsd_num_settings, cg->cupsd_settings);
 
+  if (cg->raster_error.start)
+    free(cg->raster_error.start);
+
   free(cg);
 }
 #endif /* HAVE_PTHREAD_H || _WIN32 */