You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line creates uses new to create a pointer, but the memory is never freed. This can probably be fixed simply by adding delete T; this is what JointBelief.cpp does in the analogous function.
The text was updated successfully, but these errors were encountered:
MADP/src/support/JointBeliefSparse.cpp
Line 82 in df94fa4
This line creates uses
new
to create a pointer, but the memory is never freed. This can probably be fixed simply by addingdelete T
; this is whatJointBelief.cpp
does in the analogous function.The text was updated successfully, but these errors were encountered: