infoviewer_bb.cpp: use variable instead of string text

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a7d32d1ee
Author: FlatTV <FlatTV@gmx.de>
Date: 2016-06-04 (Sat, 04 Jun 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
FlatTV
2016-06-04 22:49:42 +02:00
parent 67cb627749
commit ca8bedb19a

View File

@@ -1152,7 +1152,7 @@ int CInfoViewerBB::parse_ecmInfo(const char * file)
} }
} }
fclose(fh); fclose(fh);
remove("/tmp/ecm.info.tmp"); remove(file);
if(buffer) if(buffer)
free(buffer); free(buffer);
} }