Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4e1ccfe4
authored
9 years ago
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base_c: fixed codesonar warning
parent
3ade37c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
base_c/test/alloc_test.cc
+1
-1
No files found.
base_c/test/alloc_test.cc
View file @
4e1ccfe4
...
...
@@ -179,7 +179,7 @@ void AllocTest::TestMixedAllocs() {
void
*
cache_aligned
=
NULL
;
cache_aligned
=
embb_alloc_cache_aligned
(
2
);
PT_EXPECT_NE
(
cache_aligned
,
static_cast
<
void
*>
(
NULL
));
if
(
NULL
==
aligned
)
{
if
(
NULL
==
cache_
aligned
)
{
embb_free
(
plain
);
embb_free_aligned
(
aligned
);
return
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment