Changeset 4047

Show
Ignore:
Timestamp:
08/28/07 08:29:10 (1 year ago)
Author:
hverkuil
Message:

Fix mem leak

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ivtv/branches/1.0/driver/ivtvfb.c

    r4031 r4047  
    10561056{ 
    10571057        /* Release cmap */ 
    1058         if (itv->osd_info->ivtvfb_info.cmap.len); 
    1059         fb_dealloc_cmap(&itv->osd_info->ivtvfb_info.cmap); 
     1058        if (itv->osd_info->ivtvfb_info.cmap.len) 
     1059               fb_dealloc_cmap(&itv->osd_info->ivtvfb_info.cmap); 
    10601060 
    10611061        /* Release pseudo palette */