bugfix(mn): fix the crash in multinet4

This commit is contained in:
sxy 2022-10-14 17:59:59 +08:00
parent 7cd3e9c234
commit 61123948aa
6 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ extern multi_heap_handle_t gst_heap;
#endif
//Flags for matrices
#define DL_MF_FOREIGNDATA (0) /*< Matrix *item data actually points to another matrix and should not be freed */
#define DL_MF_FOREIGNDATA (1) /*< Matrix *item data actually points to another matrix and should not be freed */
//'Normal' float matrix
typedef struct {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.