[NFC] Use std::free instead of ::free
Since we include <cstdlib> instead of <stdlib.h>, it makes sense to use std::free.
parent
750f4c59
Please register or sign in to comment
Since we include <cstdlib> instead of <stdlib.h>, it makes sense to use std::free.