We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f920adc commit 17b3ee2Copy full SHA for 17b3ee2
1 file changed
lib/node_modules/@stdlib/ndarray/base/function-object/examples/c/example.c
@@ -87,5 +87,5 @@ int main( void ) {
87
printf( "nfunctions = %i\n", obj2->nfunctions );
88
89
// Free allocated memory:
90
- stdlib_ndarray_function_free( obj );
+ stdlib_ndarray_function_free( obj2 );
91
}
0 commit comments