src.ctf.fs: make ds_file_munmap assert that ds_file is not NULL
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 5 Nov 2019 20:02:38 +0000 (15:02 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 15 Nov 2019 18:08:12 +0000 (13:08 -0500)
commit9f5571db427bb54b1cb887ca3f243668f6524196
tree6f1cf2ef288019dbbc2c89de9e0f648d5019c3dc
parente9bfbfe07c8ffdd7e1eb77e3d123bb5091894002
src.ctf.fs: make ds_file_munmap assert that ds_file is not NULL

There is no reason for a NULL ds_file to ever be passed to this
function.  Make it assert that the value is not NULL, to catch potential
mistakes.

Change-Id: I9261450f35b0a5c74ba182985ecabe2b31eee0a0
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
src/plugins/ctf/fs-src/data-stream-file.c
This page took 0.023972 seconds and 4 git commands to generate.