Hi,

I've spotted a very few places where the use of realloc or sqlite3_realloc 
*may* constitute memory leaks if the realloc fails.  Hope this helps; 
please ignore if I've misread the code...

Line numbers should correlate to version 3.6.22, but I've included the 
name of the function the line is contained in just in case

fts3_tokenizer1.c, function simpleNext, line 186
fts3_porter.c, function porterNext, line 609

shell.c, function local_getline, lines 1200 and 1220
shell.c, function appendText, line 1750


Cheers
Will
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to