~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json/json_value.cpp

  • Committer: Mark Atwood
  • Date: 2011-07-03 16:14:16 UTC
  • mfrom: (2353.3.1 drizzle)
  • Revision ID: me@mark.atwood.name-20110703161416-qho1b6h299v1w6i6
mergeĀ lp:~fallenpegasus/drizzle/fix-cppcheck-redundantIfDelete

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
 
132
132
   virtual void releaseStringValue( char *value )
133
133
   {
134
 
      if ( value )
135
 
         free( value );
 
134
     free( value );
136
135
   }
137
136
};
138
137
 
541
540
      JSON_ASSERT_UNREACHABLE;
542
541
   }
543
542
 
544
 
   if ( comments_ )
545
 
      delete[] comments_;
 
543
   delete[] comments_;
546
544
}
547
545
 
548
546
Value &