Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
epics-modules
require
Commits
30246894
Commit
30246894
authored
10 months ago
by
Grzegorz Kowalski
Committed by
Anders Lindh Olsson
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
E3-1504
: fix memory leaks on IOC exit
parent
0d4aa0da
No related branches found
No related tags found
1 merge request
!34
Port fixes
Pipeline
#192274
passed
9 months ago
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
require-ess/src/require.c
+4
-0
4 additions, 0 deletions
require-ess/src/require.c
with
4 additions
and
0 deletions
require-ess/src/require.c
+
4
−
0
View file @
30246894
...
...
@@ -251,6 +251,10 @@ static void fillModuleListRecord(initHookState state) {
if
(
dbPut
(
&
modver
,
DBF_CHAR
,
bufferModver
,
strlen
(
bufferModver
))
!=
0
)
{
errlogPrintf
(
"require: Error to put ModuleVersions
\n
"
);
}
free
(
bufferModules
);
free
(
bufferVersions
);
free
(
bufferModver
);
}
static
int
registerRequire
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment