+prints
This commit is contained in:
@@ -56,7 +56,7 @@ typedef struct CCType {
|
||||
/*
|
||||
* Globals
|
||||
*/
|
||||
extern struct CCType *CCTypeRegistry[16];
|
||||
extern struct CCType *CCTypeRegistry[];
|
||||
extern int CCTypeRegistryLength;
|
||||
|
||||
|
||||
|
||||
@@ -137,6 +137,7 @@ unsigned char *base64_decode(const unsigned char *data_,
|
||||
|
||||
void base64_cleanup() {
|
||||
free(decoding_table);
|
||||
decoding_table = 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user