cvsuser     02/07/28 21:08:50

  Modified:    .        global_setup.c
  Log:
  Small fix for a memory leak found by Valgrind
  
  Revision  Changes    Path
  1.30      +1 -2      parrot/global_setup.c
  
  Index: global_setup.c
  ===================================================================
  RCS file: /cvs/public/parrot/global_setup.c,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -w -r1.29 -r1.30
  --- global_setup.c    24 Jul 2002 04:38:32 -0000      1.29
  +++ global_setup.c    29 Jul 2002 04:08:50 -0000      1.30
  @@ -1,7 +1,7 @@
   /* global_setup.c
    *  Copyright: (When this is determined...it will go here)
    *  CVS Info
  - *     $Id: global_setup.c,v 1.29 2002/07/24 04:38:32 mongo Exp $
  + *     $Id: global_setup.c,v 1.30 2002/07/29 04:08:50 mongo Exp $
    *  Overview:
    *      Performs all the global setting up of things. This includes the
    *      (very few) global variables that Parrot totes around
  @@ -37,7 +37,6 @@
   
       /* We need a hash */
       Parrot_base_classname_hash = pmc_new(NULL, enum_class_PerlHash);
  -    Parrot_base_classname_hash->vtable->init(NULL, Parrot_base_classname_hash);
   
       /* Now start filling the hash */
   
  
  
  


Reply via email to