prevent a small memory leak

This commit is contained in:
dwarning 2018-08-23 15:44:00 +02:00
parent 0e0b276a3e
commit 5380c3f4da
1 changed files with 1 additions and 0 deletions

View File

@ -1763,6 +1763,7 @@ err_ret3:
tfree(mAnalysis);
tfree(mName);
tfree(meas->m_vec);
tfree(meas->m_vec2);
tfree(meas);
return ret_val;