Clarified the scope of an allocated variable. Coverity CID 21818.

This commit is contained in:
Thomas Schmitt 2015-10-26 10:55:45 +00:00
parent ccefc2daa1
commit d9206d7fdb
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2015.10.26.105324"
#define Cdrskin_timestamP "2015.10.26.105754"