Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
0466-erlexec.c-code_checker-fix-leak-warning-bi...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0466-erlexec.c-code_checker-fix-leak-warning-bindir_slug.patch of Package erlang
From 28a3ef1307ac56449ec8e28ffc6b8e7c74c3a3f2 Mon Sep 17 00:00:00 2001 From: Kjell Winblad <kjellwinblad@gmail.com> Date: Wed, 17 Mar 2021 15:17:44 +0100 Subject: [PATCH 06/10] erlexec.c: code_checker fix leak warning (bindir_slug) --- erts/etc/common/erlexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 5656068db0..2a0def7f48 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -574,7 +574,7 @@ int main(int argc, char **argv) in_index = bindir_slug_index + bindir_slug_length; out_index += block_length; } - + efree((void*)bindir_slug); strcpy(out_index, in_index); } -- 2.26.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor