From: Not Zed Date: Fri, 11 Jun 2021 01:24:36 +0000 (+0930) Subject: full_path is now a 'volatile' freed by ez_blob X-Git-Url: https://code.zedzone.au/cvs?a=commitdiff_plain;h=24046f4c2d807afc5ccec01208c281ceade08f53;p=playerz full_path is now a 'volatile' freed by ez_blob --- diff --git a/dbindex.c b/dbindex.c index a74d559..024cf48 100644 --- a/dbindex.c +++ b/dbindex.c @@ -560,7 +560,6 @@ char *dbfile_full_path(dbtxn *tx, dbindex *db, dbfile *file) { void dbfile_free(dbfile *f) { if (f) { - free(f->full_path); ez_blob_free(DBFILE_DESC, f); } }