You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix resource leak reported by coverity scan report CID 1515830
Move temp_buf allocation after the lock acquiring check. From there on it
will be handled by the cleanup code.
Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
0 commit comments