1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 11:04:10 -04:00

File source: corrected memory leak

This commit is contained in:
f4exb
2018-02-14 22:33:24 +01:00
parent af5579ad7d
commit e589c44633
2 changed files with 19 additions and 1 deletions
@@ -278,6 +278,7 @@ public:
void openFileStream();
void seekFileStream(int seekPercentage);
bool applySettings(const FileSourceSettings& settings, bool force = false);
};
#endif // INCLUDE_FILESOURCEINPUT_H