prevent a small memory leak
This commit is contained in:
parent
0e0b276a3e
commit
5380c3f4da
|
|
@ -1763,6 +1763,7 @@ err_ret3:
|
|||
tfree(mAnalysis);
|
||||
tfree(mName);
|
||||
tfree(meas->m_vec);
|
||||
tfree(meas->m_vec2);
|
||||
tfree(meas);
|
||||
|
||||
return ret_val;
|
||||
|
|
|
|||
Loading…
Reference in New Issue