Skip to content

Commit 6ca6e73

Browse files
jvdp1awvwgk
andauthored
Apply suggestions from code review
Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 49bb9d9 commit 6ca6e73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/stdlib_logger.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,6 @@ subroutine log_message( self, message, module, procedure, prefix )
11031103
end if
11041104
end if
11051105

1106-
deallocate( buffer )
1107-
len_buffer = 0
11081106

11091107
return
11101108

@@ -1203,7 +1201,6 @@ subroutine log_text_error( self, line, column, summary, filename, &
12031201
write( self % log_units(lun), '(a)' ) buffer
12041202
end do
12051203
end if
1206-
deallocate( buffer )
12071204

12081205
contains
12091206

0 commit comments

Comments
 (0)