Skip to content

Commit

Permalink
fix: uninitialized pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
buildqa committed Apr 9, 2021
1 parent a5d42bf commit 035bd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mri_nlfilter/mri_nlfilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ main(int argc, char *argv[]) {

if (crop == 0 && no_offset)
{
MRI *mri_tmp ;
MRI *mri_tmp = nullptr;
printf("disabling regional filtering\n") ;
switch (filter_type)
{
Expand Down

0 comments on commit 035bd31

Please sign in to comment.