2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00
Eelco Chaudron 99af7f3791 ovsdb: Fix Coverity leak warning by marking code as unreachable.
Coverity reports a memory leak on the 'error' variable in
ovsdb_trigger_try(). However, this code path is unreachable due to an
ovs_assert() in an earlier function call.

To make this clear to Coverity and silence the warning, the section is
explicitly marked as unreachable.

Acked-by: Mike Pattrick <mkp@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
2025-06-10 17:07:06 +02:00
..
2022-06-30 11:10:31 +02:00
2024-04-11 22:47:29 +02:00
2018-05-25 13:36:05 -07:00
2024-04-11 22:47:29 +02:00
2024-04-11 22:47:29 +02:00
2012-05-02 17:08:02 -07:00
2022-07-14 15:24:07 +02:00