Wikinaut / agrep

AGREP - approximate GREP for fast fuzzy string searching. Files are searched for a string or regular expression, with approximate matching capabilities and user-definable records. Developed 1989-1991 by Udi Manber, Sun Wu et al. at the University of Arizona. ISC open source license since Sept. 2014.
Other
299 stars 50 forks source link

Fix some issues reported by Valgrind #13

Open stweil opened 7 years ago

stweil commented 7 years ago

These commits fix two unrelated memory issues which were identified by Valgrind. The duplicate free problem caused a crash and triggered my investigations.

See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869220.