Changeset 18538


Ignore:
Timestamp:
11/11/12 01:52:09 (11 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/scan.h

    r18433 r18538  
    320320                                                changeparam1(node, tmpstr1);
    321321                                                changeparam2(node, tmpstr2);
    322                                                 tmpuint64 = (uint64_t*)malloc(sizeof(uint64_t) * 3);
     322                                                tmpuint64 = (uint64_t*)calloc(1, sizeof(uint64_t) * 3);
    323323                                                if(tmpuint64 != NULL)
    324324                                                {
Note: See TracChangeset for help on using the changeset viewer.