mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:52:45 +00:00 
			
		
		
		
	|  06865c78c7 WavWriter::finalize didn't check that m_file was actually valid before trying to seek and close it. The file is only set by set_file, so it's not an invariant. Just add a null guard to finalize(). | ||
|---|---|---|
| .. | ||
| Buffer.cpp | ||
| Buffer.h | ||
| ClientConnection.cpp | ||
| ClientConnection.h | ||
| CMakeLists.txt | ||
| Loader.cpp | ||
| Loader.h | ||
| WavLoader.cpp | ||
| WavLoader.h | ||
| WavWriter.cpp | ||
| WavWriter.h | ||