Project

General

Profile

« Previous | Next » 

Revision f3bddc10

Added by ko1 (Koichi Sasada) almost 5 years ago

use malloc() instead of calloc().

Here malloc() is enough because all elements of the page_list
will be overwrite.