[cvs] / xvidcore / src / utils / mem_align.c Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/mem_align.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4, Sun Mar 24 18:18:40 2002 UTC revision 1.5, Sun Jun 9 11:23:13 2002 UTC
# Line 66  Line 66 
66  {  {
67    
68          /* *(mem_ptr - 1) give us the offset to the real malloc block */          /* *(mem_ptr - 1) give us the offset to the real malloc block */
69            if(mem_ptr)
70          free((uint8_t*)mem_ptr - *((uint8_t*)mem_ptr - 1));          free((uint8_t*)mem_ptr - *((uint8_t*)mem_ptr - 1));
71    
72  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4