Commit 671bbdd37227d3466ba9a8e1ad0cc6c46c701967

Jeff King 2012-01-05T17:31:13

reflog_write: don't access free()'d memory We get the oid of a reference, free the reference, then convert the oid to a string. We need to convert the oid before freeing the memory.