Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlconfig.c

    rf25df21 ra9237aa  
    403403  }
    404404
     405  sv_setpv(get_sv("BarnOwl::VERSION", TRUE), OWL_VERSION_STRING);
     406
    405407  /* Add the system lib path to @INC */
    406408  inc = get_av("INC", 0);
     
    465467                                           :"BarnOwl::_receive_msg_legacy_wrap", m);
    466468  }
    467   if (ptr) g_free(ptr);
     469  g_free(ptr);
    468470}
    469471
     
    476478                                           :"BarnOwl::Hooks::_new_msg", m);
    477479  }
    478   if (ptr) g_free(ptr);
     480  g_free(ptr);
    479481}
    480482
     
    490492  PUTBACK;
    491493
    492   call_pv("BarnOwl::Hooks::_new_command", G_SCALAR|G_VOID|G_EVAL);
     494  call_pv("BarnOwl::Hooks::_new_command", G_VOID|G_EVAL);
    493495
    494496  SPAGAIN;
Note: See TracChangeset for help on using the changeset viewer.