summaryrefslogtreecommitdiff
path: root/scheduler/policy.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-20 18:43:55 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-20 18:43:55 +0000
commitbd7854cb4d663bb0e561eaf5b01bbd47baa71d22 (patch)
treebca042d698732a5e19035c88c6ffc39d80f543f1 /scheduler/policy.c
parent4400e98de24bd267328aa20d57951fb6678297fe (diff)
downloadcups-bd7854cb4d663bb0e561eaf5b01bbd47baa71d22.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@60 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/policy.c')
-rw-r--r--scheduler/policy.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/scheduler/policy.c b/scheduler/policy.c
index 6f9371b21..dee4355f3 100644
--- a/scheduler/policy.c
+++ b/scheduler/policy.c
@@ -1,5 +1,5 @@
/*
- * "$Id: policy.c 4871 2005-12-07 00:41:11Z mike $"
+ * "$Id: policy.c 5122 2006-02-17 15:41:40Z mike $"
*
* Policy routines for the Common UNIX Printing System (CUPS).
*
@@ -236,10 +236,7 @@ cupsdDeleteAllPolicies(void)
for (i = NumPolicies, p = Policies; i > 0; i --, p ++)
{
for (j = (*p)->num_ops, po = (*p)->ops; j > 0; j --, po ++)
- {
cupsdDeleteLocation(*po);
- free(*po);
- }
if ((*p)->num_ops > 0)
free((*p)->ops);
@@ -333,5 +330,5 @@ cupsdFindPolicyOp(cupsd_policy_t *p, /* I - Policy */
/*
- * End of "$Id: policy.c 4871 2005-12-07 00:41:11Z mike $".
+ * End of "$Id: policy.c 5122 2006-02-17 15:41:40Z mike $".
*/