Don't ref or unref the inline file handle.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Jun 2020 05:17:06 +0000 (07:17 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Jun 2020 05:17:03 +0000 (07:17 +0200)
commit14e92ae17ea68adfe8d703b740e20c7f368138fb
tree49c667fb6cd54ac1d0f81f549600472875b9e980
parentad94d35e0cd52356d44456fc14769548ef4dd368
Don't ref or unref the inline file handle.

The special file handle 'inline_file' is a singleton.  It should not
be reffed, or unreffed.   Doing so causes a crash.

Reported by Andrea Fioraldi.

Fixes bug #58601
src/data/file-handle-def.c
tests/data/file.at