home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / dvi2pcl.lha / freebug < prev    next >
Text File  |  1992-11-24  |  819b  |  21 lines

  1. I have just discovered a bug in 'dvi2pcl', version 0.8.  The bug was introduced
  2. as the result of a "quick and dirty" addition of free() in cachefonts.c
  3. where I added, without enough testing, the following lines:
  4.  
  5.     /*  Release malloc'ed memory */
  6.     for(n = fontnum-1 ; n >= 0 ; n--) {
  7.         f = fontlist[n];
  8.         free(fontptr[f]);
  9.     }
  10.  
  11. Please remove them again or you may run into severe problems!  I will try
  12. better next time...  (blush).
  13.  
  14. Bo
  15. -- 
  16.    ^   Bo Thide'----------------------------------------------Science Director
  17.   |I|        Swedish Institute of Space Physics, S-755 91 Uppsala, Sweden
  18.   |R|    Phone: (+46) 18-303671.  Fax: (+46) 18-403100.  IP: 130.238.30.23
  19.  /|F|\          INTERNET: bt@irfu.se      UUCP: ...!mcvax!sunic!irfu!bt  
  20.  ~~U~~ ----------------------------------------------------------------sm5dfw-
  21.