Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
cellframe
celllframe-node
Merge requests
!225
bugs-4854
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bugs-4854
bugs-4854
into
release-4.4
Overview
0
Commits
8
Pipelines
0
Changes
4
Merged
Roman Khlopkov
requested to merge
bugs-4854
into
release-4.4
3 years ago
Overview
0
Commits
8
Pipelines
0
Changes
1
Expand
[*] Memory problems fixed
👍
0
👎
0
Merge request reports
Compare
version 2
version 3
5459f848
3 years ago
version 2
371091b0
3 years ago
version 1
997c0da2
3 years ago
release-4.4 (base)
and
version 3
latest version
e5b29252
8 commits,
3 years ago
version 3
5459f848
7 commits,
3 years ago
version 2
371091b0
6 commits,
3 years ago
version 1
997c0da2
5 commits,
3 years ago
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
sources/main.c
+
1
−
0
Options
@@ -520,6 +520,7 @@ int main( int argc, const char **argv )
dap_chain_global_db_deinit
();
dap_chain_deinit
();
dap_config_close
(
g_config
);
dap_interval_timer_deinit
();
dap_common_deinit
();
return
rc
*
10
;
Loading