]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/classes.c
Load cups into easysw/current.
[thirdparty/cups.git] / cgi-bin / classes.c
index fbea241992d95b4795a90654dc396eea72d7f955..abf19ffffa1658e3f399cb44fd1f8496a7d02dcd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: classes.c 5023 2006-01-29 14:39:44Z mike $"
+ * "$Id: classes.c 5097 2006-02-10 04:06:23Z mike $"
  *
  *   Class status CGI for the Common UNIX Printing System (CUPS).
  *
@@ -344,6 +344,7 @@ show_all_classes(http_t     *http,  /* I - Connection to server */
     * Delete the response...
     */
 
+    cupsArrayDelete(classes);
     ippDelete(response);
   }
   else
@@ -459,5 +460,5 @@ show_class(http_t     *http,                /* I - Connection to server */
 
 
 /*
- * End of "$Id: classes.c 5023 2006-01-29 14:39:44Z mike $".
+ * End of "$Id: classes.c 5097 2006-02-10 04:06:23Z mike $".
  */