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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 15 Nov 2019 21:10:12 +0000 (16:10 -0500)
commit4bbea805f414decb600f6335b3645021ada30cd2
tree7002f7ffd97049fb808fc9580a866d1d84443611
parent43b07461003da08018acf69771361c7e9986dd3d
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.024083 seconds and 4 git commands to generate.