-const char urlmatch_rcs[] = "$Id: urlmatch.c,v 2.0 2002/06/04 14:34:21 jongfoster Exp $";
+const char urlmatch_rcs[] = "$Id: urlmatch.c,v 2.1 2002/06/06 19:03:29 jongfoster Exp $";
 /*********************************************************************
  *
- * File        :  $Source: /cvsroot/ijbswa/current/src/urlmatch.c,v $
+ * File        :  $Source: /cvsroot/ijbswa//current/src/urlmatch.c,v $
  *
  * Purpose     :  Declares functions to match URLs against URL
  *                patterns.
  *
  * Revisions   :
  *    $Log: urlmatch.c,v $
+ *    Revision 2.1  2002/06/06 19:03:29  jongfoster
+ *    Adding support for proprietary Microsoft WebDAV extensions
+ *
  *    Revision 2.0  2002/06/04 14:34:21  jongfoster
  *    Moving source files to src/
  *
       return JB_ERR_MEMORY;
    }
 
+   free(buf);
    return JB_ERR_OK;
 }