From: Mathieu Desnoyers Date: Tue, 18 Jun 2013 19:33:05 +0000 (-0400) Subject: Remove useless if() check X-Git-Tag: v2.2.0-rc3~15 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=52d8ccce6a092485def268cb278485d2820c4954;hp=52d8ccce6a092485def268cb278485d2820c4954;p=lttng-tools.git Remove useless if() check 1022350 Dereference before null check In ust_registry_session_destroy: All paths that lead to this null pointer comparison already dereference the pointer earlier (CWE-476) Signed-off-by: Mathieu Desnoyers ---