Clarified the scope of an allocated variable. Coverity CID 21818.
This commit is contained in:
parent
ccefc2daa1
commit
d9206d7fdb
@ -7341,6 +7341,7 @@ burn_failed:;
|
||||
skin->num_text_packs= num_packs;
|
||||
}
|
||||
}
|
||||
text_packs= NULL; /* Now either freed or attached */
|
||||
ret= Cdrskin_cdrtracks_from_session(skin, session, 0);
|
||||
if(ret <= 0)
|
||||
goto burn_failed;
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2015.10.26.105324"
|
||||
#define Cdrskin_timestamP "2015.10.26.105754"
|
||||
|
Loading…
Reference in New Issue
Block a user