mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Fix memory leak in base62_encode()
This commit is contained in:
parent
7e314b2cc3
commit
330e99381e
3 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ void delay(long ms);
|
|||
int ctrl_key_code(unsigned char key);
|
||||
bool regex_match(const char *string, const char *pattern);
|
||||
unsigned long djb2_hash(const unsigned char *str);
|
||||
char *base62_encode(unsigned long num);
|
||||
void *base62_encode(unsigned long num, char *output);
|
||||
int read_poll(int fd, void *data, size_t len, int timeout);
|
||||
double get_current_time(void);
|
||||
bool match_patterns(const char *string, const char *patterns);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue