Diff for /rpm2html/rpmopen.c between versions 1.80 and 1.81

version 1.80, 2000/09/09 12:06:57 version 1.81, 2000/09/09 12:24:23
Line 1104  void rpmDirScanOneDist(const char *dist) Line 1104  void rpmDirScanOneDist(const char *dist)
         cur = rpmDirScan(dir, dirTree);          cur = rpmDirScan(dir, dirTree);
     }      }
   
     if (cur != NULL) {  
         rpmDataListFree(&cur);  
     }  
     if (dir->root != NULL) {      if (dir->root != NULL) {
         rpmDestroyRealRoot(dir->root);          rpmDestroyRealRoot(dir->root);
         dir->root = NULL;          dir->root = NULL;

Removed from v.1.80  
changed lines
  Added in v.1.81


Webmaster