mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Fix minor problems with the SSE hooks. (CVS 2483)
FossilOrigin-Name: 3516ca29da5f28adc1fd4da42ca5551d154b6320
This commit is contained in:
		@@ -353,6 +353,9 @@ void sqlite3VdbeChangeP3(Vdbe *p, int addr, const char *zP3, int n){
 | 
			
		||||
    if( n==P3_DYNAMIC || n==P3_KEYINFO_HANDOFF ){
 | 
			
		||||
      sqliteFree((void*)zP3);
 | 
			
		||||
    }
 | 
			
		||||
    if( n==P3_MEM ){
 | 
			
		||||
      sqlite3ValueFree((sqlite3_value *)zP3);
 | 
			
		||||
    }
 | 
			
		||||
    return;
 | 
			
		||||
  }
 | 
			
		||||
  if( addr<0 || addr>=p->nOp ){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user