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 9609220 commit a0cf0b2Copy full SHA for a0cf0b2
stringdtype/stringdtype/src/dtype.c
@@ -251,7 +251,7 @@ init_string_dtype(void)
251
free(StringDType_DTypeSpec.casts[1]->dtypes);
252
free(StringDType_DTypeSpec.casts[1]);
253
free(StringDType_DTypeSpec.casts[2]->dtypes);
254
- free(StringDType_DTypeSpec.casts[4]);
+ free(StringDType_DTypeSpec.casts[2]);
255
free(StringDType_DTypeSpec.casts);
256
257
return 0;
0 commit comments