Author Topic: Fixed two small bugs in the code  (Read 4023 times)

Offline mattn

  • Squaddie
  • *
  • Posts: 1
    • View Profile
Fixed two small bugs in the code
« on: August 26, 2010, 03:15:30 pm »
just a small memory leak and a possible null ptr reference.

it would be very nice if someone could apply svn:eol-style native to the source files in the svn.

doing this on linux would be something like:
for i in $(ls *.h *.cpp Makefile); do svn ps svn:eol-style native $i; done

That would really help to edit the code.

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2160
    • View Profile
Re: Fixed two small bugs in the code
« Reply #1 on: August 27, 2010, 08:31:18 pm »
Thanks, commited it to SVN.