Close memory and resource leaks detected by coverity in the binutils directory.
[deliverable/binutils-gdb.git] / binutils / od-macho.c
index b0c39b3956081c55c64f2d764b4fb9522d431dc8..8153adae92563240eb3e273f75dc0357dade562a 100644 (file)
@@ -1688,7 +1688,7 @@ dump_unwind_encoding_x86 (unsigned int encoding, unsigned int sz,
        unsigned int regs;
        char pfx = sz == 8 ? 'R' : 'E';
 
-       regs = encoding & MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS
+       regs = encoding & MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS;
        printf (" %cSP frame", pfx);
        if (regs != 0)
          {
This page took 0.026831 seconds and 4 git commands to generate.