瀏覽代碼

change free to RL_FREE (#5265)

pull/5269/head
Thomas Anderson 3 月之前
committed by GitHub
父節點
當前提交
2d7b66dd37
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c 查看文件

@ -3075,7 +3075,7 @@ unsigned int *ComputeSHA1(unsigned char *data, int dataSize)
hash[4] += e;
}
free(msg);
RL_FREE(msg);
return hash;
}

Loading…
取消
儲存