L4Re/departure

Changeset

518:8be995c64247
2023-03-17 Paul Boddie raw files shortlog changelog graph Added a remark about file structure deallocation.
libfsclient/lib/src/file.cc (file)
     1.1 --- a/libfsclient/lib/src/file.cc	Thu Mar 16 15:24:33 2023 +0100
     1.2 +++ b/libfsclient/lib/src/file.cc	Fri Mar 17 18:34:18 2023 +0100
     1.3 @@ -100,7 +100,8 @@
     1.4  
     1.5  
     1.6  
     1.7 -/* Release resources for the given file. */
     1.8 +/* Release resources for the given file. Note that this function does not
     1.9 +   deallocate the structure since it may be statically allocated. */
    1.10  
    1.11  void file_close(file_t *file)
    1.12  {