AmendHub

Download:

jcs

/

subtext

/

amendments

/

530

ipdb: Fix ipdb_close


jcs made amendment 530 11 months ago
--- ipdb.c Thu Jun 15 09:14:37 2023 +++ ipdb.c Thu Nov 9 16:56:09 2023 @@ -74,7 +74,7 @@ bail: void ipdb_close(struct ipdb_file **ipdbp) { - struct ipdb_file *ipdb = (struct ipdb_file *)&ipdbp; + struct ipdb_file *ipdb = (struct ipdb_file *)*ipdbp; FSClose(ipdb->fh); xfree(ipdbp);