Commit 8c7bd75
committed
xrCore/FS (IReader): Fixed close() compilation.
There was a deletion call xr_delete(this) and xr_delete() tries to
set passed argument (this) to NULL, or accept a pointer to const,
which is not the case either.
Used the same thing, as in other close() methods:
introduced variable self, which is passed to xr_delete().1 parent 1ae74ad commit 8c7bd75
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
| 366 | + | |
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| |||
0 commit comments