Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Free trace_buf even though nasl_trace_fp is NULL
nasl_trace_fp might get set to NULL during the execution of nasl_func_call and therefore trace_buf does not get freed if we only free if nasl_trace_fp!=NULL. This is done to make static analyzer happy.
- Loading branch information