Skip to content

Commit 1750f48

Browse files
authored
Update Modules/md5module.c
1 parent 71e547c commit 1750f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/md5module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ MD5_dealloc(MD5object *ptr)
8686
{
8787
if (ptr->hash_state != NULL) {
8888
Hacl_Hash_MD5_free(ptr->hash_state);
89-
ptr->hash_state == NULL;
89+
ptr->hash_state = NULL;
9090
}
9191
PyTypeObject *tp = Py_TYPE((PyObject*)ptr);
9292
PyObject_GC_UnTrack(ptr);

0 commit comments

Comments
 (0)