2835eb2509f1500f10f866e93b12dc805cc2e6e8
angie
  Fri Sep 3 15:54:43 2010 -0700
Redmine #717: Plugging one more leak that needs to check accessControlDenied.
diff --git src/hg/hgTables/hgTables.c src/hg/hgTables/hgTables.c
index cf6c68e..15cfa7d 100644
--- src/hg/hgTables/hgTables.c
+++ src/hg/hgTables/hgTables.c
@@ -952,6 +952,8 @@
     for (jp = jpList; jp != NULL; jp = jp->next)
 	{
 	struct joinerDtf *dtf = jp->b;
+	if (accessControlDenied(dtf->database, dtf->table))
+	    continue;
 	char buf[256];
 	char *s;
 	if (sameString(dtf->database, database))