diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmpui/songinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/songinfo.cpp b/src/qmmpui/songinfo.cpp index 6760a6ac4..417db8a67 100644 --- a/src/qmmpui/songinfo.cpp +++ b/src/qmmpui/songinfo.cpp @@ -142,6 +142,7 @@ bool SongInfo::isEmpty () const void SongInfo::clear () { + m_path.clear(); m_strValues.clear(); m_numValues.clear(); m_stream = FALSE; |
