Changes between Version 1 and Version 6 of Ticket #2028


Ignore:
Timestamp:
02/20/10 11:58:31 (14 years ago)
Author:
andrew_b
Comment:

Fixed comment and rebased to current master. changeset:2dab612a897a7bf23de1592c9dec68025cf2de01

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2028

    • Property Status changed from new to accepted
    • Property Votes for changeset changed from to angel_il
    • Property Priority changed from trivial to major
    • Property Owner set to andrew_b
    • Property Severity changed from no branch to on review
  • Ticket #2028 – Description

    v1 v6  
    1   lib/search/hex.c 
    2   in mc_search__hex_translate_to_regex (): 
    3   
    4 {{{ 
    5    
    6         - missing check of g_strdup_printf() return 
    7         - missing g_free (tmp_str); 
    8  
    9 }}} 
     1lib/search/hex.c 
     2n mc_search__hex_translate_to_regex (): 
     3 * missing check of g_strdup_printf() return 
     4 * missing g_free (tmp_str);