mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Use tr_realloc (BSD reallocf-alike) instead of plain realloc
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h> /* tr_renew () -> realloc () */
|
||||
#include <string.h> /* memmove */
|
||||
|
||||
#include "ptrarray.h"
|
||||
|
||||
Reference in New Issue
Block a user