mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 11:30:51 +00:00
Fix for potentially using uninitialized variable
This commit is contained in:
parent
8557f1820f
commit
282f33d813
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ lwEnvelope *lwGetEnvelope( picoMemStream_t *fp, int cksize ){
|
|||
goto Fail;
|
||||
}
|
||||
|
||||
key = NULL;
|
||||
|
||||
/* process subchunks as they're encountered */
|
||||
|
||||
while ( 1 ) {
|
||||
|
|
Loading…
Reference in a new issue