Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • editwin.c

    r3b8a563 r47e0a6a  
    317317  }
    318318
    319   g_free(locktext);
     319  if (locktext)
     320    g_free(locktext);
    320321
    321322  oe_set_index(e, lock);
Note: See TracChangeset for help on using the changeset viewer.